C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.GLOBCNTRange

Contain a GLOBCNT range.
Datei anzeigen Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Contains ( GLOBCNT cnt ) : bool

Indicates whether has the GLOBCNT.

Contains ( GLOBCNTRange range ) : bool

Indicates whether has the GLOBCNTRange.

GLOBCNTRange ( GLOBCNT start, GLOBCNT end ) : System

Initializes a new instance of the GLOBCNTRange structure.

GetSameHighOrderValues ( ) : byte[]

Get the same high order bytes of this range.

Method Details

Contains() public method

Indicates whether has the GLOBCNT.
public Contains ( GLOBCNT cnt ) : bool
cnt GLOBCNT The GLOBCNT.
return bool

Contains() public method

Indicates whether has the GLOBCNTRange.
public Contains ( GLOBCNTRange range ) : bool
range GLOBCNTRange A GLOBCNTRange.
return bool

GLOBCNTRange() public method

Initializes a new instance of the GLOBCNTRange structure.
public GLOBCNTRange ( GLOBCNT start, GLOBCNT end ) : System
start GLOBCNT The starting GLOBCNT of the range.
end GLOBCNT The end GLOBCNT of the range.
return System

GetSameHighOrderValues() public method

Get the same high order bytes of this range.
public GetSameHighOrderValues ( ) : byte[]
return byte[]