Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
Collections
BitArray.BitArrayEnumeratorSimple
C# Class System.Collections.BitArray.BitArrayEnumeratorSimple
Inheritance:
IEnumerator
,
ICloneable
Afficher le fichier
Open project: dotnet/corefx
Méthodes publiques
Méthode
Description
Clone
( ) :
object
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Méthode
Description
BitArrayEnumeratorSimple
(
BitArray
bitarray
) :
System.Diagnostics
Method Details
Clone()
public
méthode
public
Clone
( ) :
object
Résultat
object
MoveNext()
public
méthode
public
MoveNext
( ) :
bool
Résultat
bool
Reset()
public
méthode
public
Reset
( ) :
void
Résultat
void