C# Class System.Collections.BitArray.BitArrayEnumeratorSimple

Inheritance: IEnumerator, ICloneable
Show file Open project: dotnet/corefx

Public Methods

Method Description
Clone ( ) : object
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
BitArrayEnumeratorSimple ( BitArray bitarray ) : System.Diagnostics

Method Details

Clone() public method

public Clone ( ) : object
return object

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void