GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class
Properties Methods


In This Topic
    GoCollection Class Members
    In This Topic

    The following tables list the members exposed by GoCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreate an empty collection of GoObjects.  
    Top
    Public Properties
     NameDescription
    Public Property Gets an enumerable whose enumerator will iterate over the GoObjects in reverse order.  
    Public Property Gets the number of objects in this collection.  
    Public Property Gets the first object in this collection.  
    Public Property This predicate is true when there are no objects in this collection.  
    Public Property True when this collection may not be modified.  
    Public Property Gets the last object in this collection.  
    Top
    Public Methods
     NameDescription
    Public Method Add an object to this collection.  
    Public MethodIterate over the GoObjects in the given collection coll and Add each one to this collection.  
    Public Method Remove all of the objects in this collection.  
    Public Method Determine if the given object is present in this collection.  
    Public Method Returns a newly allocated array of all of the GoObjects in the collection.  
    Public Method Copy references to all of the objects in this collection into an array.  
    Public Method Gets an enumerator for iterating over the GoObjects in this collection.  
    Public Method Remove any occurrence of an object from this collection.  
    Top
    See Also