Show / Hide Table of Contents

Class WorkshopId

Inheritance
System.Object
WorkshopId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class WorkshopId : ValueType, IComparable

Constructors

WorkshopId(UInt64, String)

Declaration
public WorkshopId(ulong id, string serviceName)
Parameters
Type Name Description
System.UInt64 id
System.String serviceName

Fields

Id

Declaration
public ulong Id
Field Value
Type Description
System.UInt64

ServiceName

Declaration
public string ServiceName
Field Value
Type Description
System.String

Methods

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾