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


In This Topic
    NOperationStack Class Members
    In This Topic

    The following tables list the members exposed by NOperationStack.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyTyped indexer (Inherited from Nevron.Dom.NOperationList)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the operation to the end of the collection (Inherited from Nevron.Dom.NOperationList)
    Public MethodOverloaded. Copies the elements of a operation array to the end of the collection. (Inherited from Nevron.Dom.NOperationList)
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodCreates an exact replica of this object. (Inherited from Nevron.Dom.NOperationList)
    Public MethodDetermines whether the specified operation is in the collection (Inherited from Nevron.Dom.NOperationList)
    Public MethodCopies the entire collection values to a one-dimensional array of operations, starting at the specified index of the target array. (Inherited from Nevron.Dom.NOperationList)
    Public MethodEnforces the depth of the stack  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodSearches for the specified operation and returns the zero-based index of the first occurrence within the collection (Inherited from Nevron.Dom.NOperationList)
    Public MethodInserts the operation at the specified index (Inherited from Nevron.Dom.NOperationList)
    Public MethodGets the operation at the stack peek  
    Public MethodPop an operation from the stack  
    Public MethodPushes an operation in the stack  
    Public MethodRemoves the first occurrence of a specific operation from the collection (Inherited from Nevron.Dom.NOperationList)
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Top
    See Also