C# Class System.Collections.Specialized.StringEnumerator

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Private Methods

Method Description
StringEnumerator ( )

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void