Show / Hide Table of Contents

    Class DataStructureSupport

    Summary description for DataStructureSupport.

    Inheritance
    System.Object
    DataStructureSupport
    Implements
    DataStructure
    System.ICloneable
    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.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ.Commands
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public abstract class DataStructureSupport : DataStructure, ICloneable

    Constructors

    | Improve this Doc View Source

    DataStructureSupport()

    Declaration
    protected DataStructureSupport()

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public virtual object Clone()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public virtual byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    | Improve this Doc View Source

    IsMarshallAware()

    Declaration
    public virtual bool IsMarshallAware()
    Returns
    Type Description
    System.Boolean

    Implements

    DataStructure
    System.ICloneable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX