コード例 #1
0
 public BuildingState(ContinuationState state)
 {
     State           = state;
     MaxPropertyId   = 0;
     CurrentProperty = null;
     Properties      = null;
     Types           = null;
     Positions       = null;
     FirstWrite      = 0;
     PartialRead     = false;
 }
コード例 #2
0
 public PropertyTag(byte type, CachedProperties.PropertyName property, int position)
 {
     Type     = type;
     Property = property;
     Position = position;
 }