コード例 #1
0
 public TypeContent(PPropertyItemType type, string value, long offset, long pointerPos = 0, bool inArray = false)
 {
     Type       = type;
     Value      = value;
     Offset     = offset;
     PointerPos = pointerPos;
     InArray    = inArray;
 }
コード例 #2
0
 record SubInfo(PPropertyItemType Type, uint Value, uint ValuePointer);