示例#1
0
 public void GetPropertyInfo(UInt32 index, out string name, out ItemPropId propID, out ushort varType)
 {
     inArchive.GetPropertyInfo(index, out name, out propID, out varType);
 }