The Sequence type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()
Clone sequence
(Overrides AsnType..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode sequence from the byte array. Returned offset value is advanced by the size of the sequence header.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode(MutableByte)
BER encode sequence
(Overrides AsnType..::.encode(MutableByte).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Set(array<Byte>[]()[])
Set sequence data
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also