C# Class System.Xml.Schema.BitSet

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BitSet ( ) : System.Text
EnsureLength ( int nRequiredLength ) : void
Subscript ( int bitIndex ) : int

Method Details

And() public méthode

public And ( BitSet other ) : void
other BitSet
Résultat void

BitSet() public méthode

public BitSet ( int count ) : System.Text
count int
Résultat System.Text

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( int index ) : void
index int
Résultat void

Clone() public méthode

public Clone ( ) : BitSet
Résultat BitSet

Dump() public méthode

public Dump ( System.StringBuilder bb ) : void
bb System.StringBuilder
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Get() public méthode

public Get ( int index ) : bool
index int
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersects() public méthode

public Intersects ( BitSet other ) : bool
other BitSet
Résultat bool

NextSet() public méthode

public NextSet ( int startFrom ) : int
startFrom int
Résultat int

Or() public méthode

public Or ( BitSet other ) : void
other BitSet
Résultat void

Set() public méthode

public Set ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : bool
index int
Résultat bool