ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Collections.Generic.ICollection`1.  
    Public PropertyGets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only.  
    Public PropertyGets the System.Int32 at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the System.Collections.Generic.ICollection`1.  
    Public MethodAdds a range of elements.  
    Public MethodRemoves all items from the System.Collections.Generic.ICollection`1.  
    Public MethodDetermines whether the System.Collections.Generic.ICollection`1 contains a specific value.  
    Public MethodCopies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.  
    Public MethodRemoves a range of elements.  
    Public MethodReturns a System.String that represents the current System.Object.  
    Top
    See Also