C# Class SteamKit2.BitVector64

Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
BitVector64 ( ) : System
BitVector64 ( System.UInt64 value ) : System
this ( uint bitoffset, System.UInt64 valuemask ) : System.UInt64

Method Details

BitVector64() public method

public BitVector64 ( ) : System
return System

BitVector64() public method

public BitVector64 ( System.UInt64 value ) : System
value System.UInt64
return System

this() public method

public this ( uint bitoffset, System.UInt64 valuemask ) : System.UInt64
bitoffset uint
valuemask System.UInt64
return System.UInt64