[Gregor.Core.Collections.NCollectionBase.NCollectionEnumerator]

Gregor.Core.Collections.NCollectionBase.NCollectionEnumerator

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.NCollectionBase.NCollectionEnumerator

: System.Object, System.Collections.IEnumerator

Custom Attributes: 

Description: 


Members

NCollectionBase.NCollectionEnumerator

public NCollectionBase.NCollectionEnumerator(Gregor.Core.Collections.NCollectionBase col)

Custom Attributes: 

Description: 

m_Col

private Gregor.Core.Collections.NCollectionBase m_Col

Custom Attributes: 

Description: 

m_Pos

private System.Int32 m_Pos

Custom Attributes: 

Description: 

Current

public System.Object Current {get;} // System.Collections.IEnumerator.Current

Custom Attributes: 

Description: 

MoveNext

public System.Boolean MoveNext() // System.Collections.IEnumerator.MoveNext

Custom Attributes: 

Description: 

Reset

public void Reset() // System.Collections.IEnumerator.Reset

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NCollectionBase

System.Object

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void