Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1OrderedSet Class
Properties Methods


In This Topic
    C1OrderedSet Class Members
    In This Topic

    The following tables list the members exposed by C1OrderedSet.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ICollection.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyGets the System.Int32 at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the ICollection.  
    Public MethodAdds a range of elements.  
    Public MethodRemoves all items from the ICollection.  
    Public MethodDetermines whether the ICollection contains a specific value.  
    Public MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the ICollection.  
    Public MethodRemoves a range of elements.  
    Public MethodReturns a System.String that represents the current System.Object.  
    Top
    See Also