コード例 #1
0
 public static EntityId GetEntityIdStruct(this SchemaObject obj, uint fieldId)
 {
     return(new EntityId(obj.GetEntityId(fieldId)));
 }