Determines whether the next tag is the end of sequence tag

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 bool isSequenceEnd()
Visual Basic
Public Function isSequenceEnd As Boolean
Visual C++
public:
bool isSequenceEnd()

Return Value

true if the next tag is the end of sequence tag; otherwise, false.

See Also