C# Class System.Collections.Specialized.BitVector32

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
BitVector32 ( System value )
BitVector32 ( int data )
CreateMask ( ) : int
CreateMask ( int previous ) : int
CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section
CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string
ToString ( System value ) : string
this ( int bit ) : bool
this ( System section ) : int

Method Details

BitVector32() public méthode

public BitVector32 ( System value )
value System

BitVector32() public méthode

public BitVector32 ( int data )
data int

CreateMask() public static méthode

public static CreateMask ( ) : int
Résultat int

CreateMask() public static méthode

public static CreateMask ( int previous ) : int
previous int
Résultat int

CreateSection() public static méthode

public static CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section
maxValue short
Résultat System.Collections.Specialized.BitVector32.Section

CreateSection() public static méthode

public static CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section
maxValue short
previous System
Résultat System.Collections.Specialized.BitVector32.Section

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public static méthode

public static ToString ( System value ) : string
value System
Résultat string

this() public méthode

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

this() public méthode

public this ( System section ) : int
section System
Résultat int