C# Class SourceGrid.CellCollection.Enumerator

Type-specific enumeration class, used by CellBaseCollection.GetEnumerator.
Inheritance: System.Collections.IEnumerator
Show file Open project: zhuangyy/Motion

Private Properties

Property Type Description

Public Methods

Method Description
Enumerator ( CellCollection collection ) : System

MoveNext ( ) : bool

Reset ( ) : void

Method Details

Enumerator() public method

public Enumerator ( CellCollection collection ) : System
collection CellCollection
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void