Example #1
0
 public ParsedTypeInformation (
     string name,
     UInt32 typeId, bool isSingleton
 ) {
     Name = name;
     TypeId = typeId;
     IsSingleton = isSingleton;
     ParentTypeId = null;
     ParentType = null;
     Traits = null;
 }
Example #2
0
 public ParsedTypeInformation(
     string name,
     UInt32 typeId, bool isSingleton
     )
 {
     Name         = name;
     TypeId       = typeId;
     IsSingleton  = isSingleton;
     ParentTypeId = null;
     ParentType   = null;
     Traits       = null;
 }