GoDiagram Web Reference
GoCollection Class Members
Properties  Methods 


The following tables list the members exposed by GoCollection.

Public Constructors
 NameDescription
Public ConstructorGoCollection ConstructorCreate an empty collection of GoObjects.  
Top
Public Properties
 NameDescription
Public PropertyBackwardsGets an enumerable whose enumerator will iterate over the GoObjects in reverse order.  
Public PropertyCountGets the number of objects in this collection.  
Public PropertyFirstGets the first object in this collection.  
Public PropertyIsEmptyThis predicate is true when there are no objects in this collection.  
Public PropertyIsReadOnlyTrue when this collection may not be modified.  
Public PropertyLastGets the last object in this collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdd an object to this collection.  
Public MethodAddRangeIterate over the GoObjects in the given collection coll and Add each one to this collection.  
Public MethodClearRemove all of the objects in this collection.  
Public MethodContainsDetermine if the given object is present in this collection.  
Public MethodCopyArrayReturns a newly allocated array of all of the GoObjects in the collection.  
Public MethodCopyToCopy references to all of the objects in this collection into an array.  
Public MethodGetEnumeratorGets an enumerator for iterating over the GoObjects in this collection.  
Public MethodRemoveRemove any occurrence of an object from this collection.  
Top
See Also

Reference

GoCollection Class
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback