Nevron .NET Vision
Nevron.Dom Namespace / NNodeList Class
Properties Methods


In This Topic
    NNodeList Class Members
    In This Topic

    The following tables list the members exposed by NNodeList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyTyped indexer  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the node to the end of the collection  
    Public MethodAdds a non duplicate node to the list  
    Public MethodOverloaded. Copies the elements of a node array to the end of the collection.  
    Public MethodCopies the elements of the specified collection to the end of this collection and does not add any duplicate entries  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodOverridden. Creates an exact replica of this object.  
    Public MethodDetermines whether the specified node is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of nodes, starting at the specified index of the target array.  
    Public MethodFilters the elements of this list and returns a new list in which all elements satisfy the filter criteria  
    Public MethodDetermines the count of elements in this array, which satisfy the specified filter  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodSearches for the specified node and returns the zero-based index of the first occurrence within the collection  
    Public MethodInserts the node at the specified index  
    Public MethodDetermines whether this and the specified collection have common entries  
    Public MethodRemoves the first occurrence of a specific node from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodRemoves the specified range of elements from the collection  
    Public MethodSorts the element of this list with the specified comparer  
    Public MethodCopies the elements of this list to a new array of the specified type.  
    Top
    See Also