GoLayoutGenericNetwork.Enumerator<N,L,Y,T> Structure
In This Topic
Enumerator implements both IEnumerator
and IEnumerable
.
Syntax
public struct GoLayoutGenericNetwork.Enumerator<,,,> : System.ValueType
where N: new(), Northwoods.Go.Layout.GoLayoutGenericNetwork/NodeNodeodedee<N,L,Y>
where L: new(), Northwoods.Go.Layout.GoLayoutGenericNetwork/LinkLinkinknkk<N,L,Y>
where Y: GoLayout
where T: class
Type Parameters
See Also