C# Class Railgun.BitArray16

Afficher le fichier Open project: ashoulson/RailgunNet

Méthodes publiques

Méthode Description
Contains ( int value ) : bool
GetValues ( ) : IEnumerable
Remove ( int value ) : BitArray16
Store ( int value ) : BitArray16
operator ( ) : BitArray16

Private Methods

Méthode Description
BitArray16 ( ushort bitField ) : System.Collections.Generic

Method Details

Contains() public méthode

public Contains ( int value ) : bool
value int
Résultat bool

GetValues() public méthode

public GetValues ( ) : IEnumerable
Résultat IEnumerable

Remove() public méthode

public Remove ( int value ) : BitArray16
value int
Résultat BitArray16

Store() public méthode

public Store ( int value ) : BitArray16
value int
Résultat BitArray16

operator() public static méthode

public static operator ( ) : BitArray16
Résultat BitArray16