C# Class IntelShared.Common.BitRange

Mostra file Open project: 01org/NMPRK Class Usage Examples

Public Methods

Method Description
FromString ( string r ) : BitRange
ToString ( ) : string

Protected Methods

Method Description
BitRange ( ) : System
BitRange ( int stopBit, int startBit ) : System

Method Details

BitRange() protected method

protected BitRange ( ) : System
return System

BitRange() protected method

protected BitRange ( int stopBit, int startBit ) : System
stopBit int
startBit int
return System

FromString() public static method

public static FromString ( string r ) : BitRange
r string
return BitRange

ToString() public method

public ToString ( ) : string
return string