ReadAllProperties() public method

Reads all public and private declared instance fields of the object in alphabetical order using reflection
public ReadAllProperties ( object target ) : void
target object
return void
Exemplo n.º 1
0
 public virtual void Read(NetBuffer im)
 {
     im.Position = 0;
     im.ReadUInt32();
     im.ReadAllProperties(this);
 }