Class AmqpSequence
A sequence section contains an arbitrary number of structured data elements.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class AmqpSequence : RestrictedDescribed
Constructors
AmqpSequence()
Initializes an AmqpSequence object.
Declaration
public AmqpSequence()
Properties
List
Gets or sets the list (data elements) in the section.
Declaration
public IList List { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.IList |