Decode the next tag and verify that the name of the next tag is a sequence

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public void decodeSequenceStart(
	string expectedName
)
Visual Basic
Public Sub decodeSequenceStart ( _
	expectedName As String _
)
Visual C++
public:
void decodeSequenceStart(
	String^ expectedName
)

Parameters

expectedName
Type: System..::..String
The expected sequence

See Also