Class DataStructureSupport
Summary description for DataStructureSupport.
Inheritance
System.Object
DataStructureSupport
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 SourceDataStructureSupport()
Declaration
protected DataStructureSupport()
Methods
| Improve this Doc View SourceClone()
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
System.Object |
GetDataStructureType()
Declaration
public virtual byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
IsMarshallAware()
Declaration
public virtual bool IsMarshallAware()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.ICloneable