C# Class System.Xml.Schema.BitSet

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
And ( BitSet other ) : void
BitSet ( int count ) : System.Text
Clear ( ) : void
Clear ( int index ) : void
Clone ( ) : BitSet
Dump ( System.StringBuilder bb ) : void
Equals ( object obj ) : bool
Get ( int index ) : bool
GetHashCode ( ) : int
Intersects ( BitSet other ) : bool
NextSet ( int startFrom ) : int
Or ( BitSet other ) : void
Set ( int index ) : void
this ( int index ) : bool

Private Methods

Method Description
BitSet ( ) : System.Text
EnsureLength ( int nRequiredLength ) : void
Subscript ( int bitIndex ) : int

Method Details

And() public method

public And ( BitSet other ) : void
other BitSet
return void

BitSet() public method

public BitSet ( int count ) : System.Text
count int
return System.Text

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( int index ) : void
index int
return void

Clone() public method

public Clone ( ) : BitSet
return BitSet

Dump() public method

public Dump ( System.StringBuilder bb ) : void
bb System.StringBuilder
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Get() public method

public Get ( int index ) : bool
index int
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Intersects() public method

public Intersects ( BitSet other ) : bool
other BitSet
return bool

NextSet() public method

public NextSet ( int startFrom ) : int
startFrom int
return int

Or() public method

public Or ( BitSet other ) : void
other BitSet
return void

Set() public method

public Set ( int index ) : void
index int
return void

this() public method

public this ( int index ) : bool
index int
return bool