GoDiagram Web Reference
GoCollectionEnumerator Constructor

Construct an IEnumerator for iterating either forwards or backwards over a Lists.
Syntax
'Declaration
 
Public Function New( _
   ByVal a As List(Of GoObject), _
   ByVal forward As Boolean _
)
public GoCollectionEnumerator( 
   List<GoObject> a,
   bool forward
)

Parameters

a
forward
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoCollectionEnumerator Structure
GoCollectionEnumerator Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback