C# Class Microsoft.Azure.Amqp.Framing.AmqpSequence

Inheritance: DescribedList
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Свойство Type Description
Code ulong
Name string

Méthodes publiques

Méthode Description
AmqpSequence ( ) : System.Collections
AmqpSequence ( IList innerList ) : System.Collections
ToString ( ) : string

Méthodes protégées

Méthode Description
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

AmqpSequence() public méthode

public AmqpSequence ( ) : System.Collections
Résultat System.Collections

AmqpSequence() public méthode

public AmqpSequence ( IList innerList ) : System.Collections
innerList IList
Résultat System.Collections

OnDecode() protected méthode

protected OnDecode ( ByteBuffer buffer, int count ) : void
buffer ByteBuffer
count int
Résultat void

OnEncode() protected méthode

protected OnEncode ( ByteBuffer buffer ) : void
buffer ByteBuffer
Résultat void

OnValueSize() protected méthode

protected OnValueSize ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Code public_oe static_oe property

public static ulong Code
Résultat ulong

Name public_oe static_oe property

public static string Name
Résultat string