Search Results for

    Show / Hide Table of Contents

    Class DeletedObjectQueue.Element

    Inheritance
    System.Object
    DeletedObjectQueue.Element
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    class Element

    Constructors

    Element(ObjectMapEntry)

    Declaration
    public Element(ObjectMapEntry ome)
    Parameters
    Type Name Description
    ObjectMapEntry ome

    Fields

    element

    Declaration
    public ObjectMapEntry element
    Field Value
    Type Description
    ObjectMapEntry

    next

    Declaration
    public DeletedObjectQueue.Element next
    Field Value
    Type Description
    DeletedObjectQueue.Element

    previous

    Declaration
    public DeletedObjectQueue.Element previous
    Field Value
    Type Description
    DeletedObjectQueue.Element
    In This Article
    Back to top Generated by DocFX