GoDiagram Web Reference
IGoCollection Interface
Members 

This interface specifies a collection of GoObject.
Syntax
'Declaration
 
Public Interface IGoCollection 
public interface IGoCollection 
Remarks
Classes implementing IGoCollection need not maintain an indexing of its objects--in other words, they need not implement an IList of GoObject. But at any one time each collection implementing this interface should maintain an ordering of all of its items, so that the enumerator will iterate "forwards" over the list, and so that the Backwards enumerable's enumerator will iterate "backwards" over that list. This ordering should be guaranteed to remain stable as long as the collection is unchanged. However, a call to Add or Remove may cause the ordering of the items to be altered.
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

IGoCollection Members
Northwoods.GoWeb Namespace
GoCollection Class
GoDocument Class
GoLayer Class
GoGroup Class

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback