NevronOpenVision
Nevron.Nov.Dom Namespace / NStylingNodeCollection<T> Class
Fields Properties Methods Events


In This Topic
    NStylingNodeCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by NStylingNodeCollection<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NStylingNodeCollection  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of elements in this collection.  
    Public PropertyGets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds (appends) the item at the end of the collection  
    Public MethodRemoves all children  
    Public MethodQueries whether this collection contains the specified element at least once  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the children in forward order.  
    Public MethodGets an iterator that iterates throw the child elements in reverse order.  
    Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
    Public MethodInserts the item at the specified index  
    Public MethodRemoves the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodConverts this set to an array.  
    Top
    See Also