See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public IEnumerator<Type> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Type)
Visual C++
public:
virtual IEnumerator<Type^>^ GetEnumerator() sealed

Return Value

Type: IEnumerator<(Of <(<'Type>)>)>

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also