C# Class ResourceTileSelection.Enumerator, tf_client

Enumerator.
显示文件 Open project: wids-eria/tf_client

Public Methods

Method Description
Enumerator ( ResourceTileSelection, selection )

Initializes a new instance of the ResourceTileSelection.Enumerator class.

MoveNext ( ) : bool

Moves the next.

Method Details

Enumerator() public method

Initializes a new instance of the ResourceTileSelection.Enumerator class.
public Enumerator ( ResourceTileSelection, selection )
selection ResourceTileSelection, /// Selection. ///

MoveNext() public method

Moves the next.
public MoveNext ( ) : bool
return bool