C# Class InternalSystem.CharEnumerator

Inheritance: System.ICloneable, System.Collections.IEnumerator
Mostrar archivo Open project: sharpos/SharpOS Class Usage Examples

Private Properties

Property Type Description
CharEnumerator System.Runtime.InteropServices

Public Methods

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

Private Methods

Method Description
CharEnumerator ( InternalSystem _string ) : System.Runtime.InteropServices

Method Details

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void