Property | Type | Description |
---|
Method | Description | |
---|---|---|
ReadInt16 ( this @this ) : short | ||
ReadInt32 ( this @this ) : int | ||
ReadInt64 ( this @this ) : long | ||
ReadUInt16 ( this @this ) : ushort | ||
ReadUInt32 ( this @this ) : uint | ||
ReadUInt64 ( this @this ) : ulong |
public static ReadInt16 ( this @this ) : short | ||
@this | this | |
return | short |
public static ReadInt64 ( this @this ) : long | ||
@this | this | |
return | long |
public static ReadUInt16 ( this @this ) : ushort | ||
@this | this | |
return | ushort |
public static ReadUInt32 ( this @this ) : uint | ||
@this | this | |
return | uint |
public static ReadUInt64 ( this @this ) : ulong | ||
@this | this | |
return | ulong |