Class MyRuntimeObjectBuilderId
  
  
  
  
    Inheritance
    System.Object
    MyRuntimeObjectBuilderId
   
  
  Assembly: VRage.Game.dll
  Syntax
  
    public sealed class MyRuntimeObjectBuilderId : ValueType
   
  Constructors
  
  
  
  
  MyRuntimeObjectBuilderId(UInt16)
  
  
  Declaration
  
    public MyRuntimeObjectBuilderId(ushort value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.UInt16 | value |  | 
    
  
  Fields
  
  
  
  Comparer
  
  
  Declaration
  
    public static readonly MyRuntimeObjectBuilderIdComparer Comparer
   
  Field Value
  
  
  
  Value
  
  
  Declaration
  
    public readonly ushort Value
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.UInt16 |  | 
    
  
  Properties
  
  
  
  
  IsValid
  
  
  Declaration
  
    public bool IsValid { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Methods
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |