Method | Description | |
---|---|---|
WriteLong ( this f, long x ) : void | ||
WriteShort ( this f, short x ) : void |
Method | Description | |
---|---|---|
Main ( string args ) : int |
public static WriteLong ( this f, long x ) : void | ||
f | this | |
x | long | |
return | void |
public static WriteShort ( this f, short x ) : void | ||
f | this | |
x | short | |
return | void |