C# Class DependencyViewer.Common.EmptyEnumerator

Inheritance: IEnumerator
Datei anzeigen Open project: jamiepenney/VS-Dependency-Viewer

Public Methods

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

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void