TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Message.EmptyEnum Members

Message.EmptyEnum overview

Public Instance Constructors

Message.EmptyEnum Constructor Construct an empty enumerator

Public Instance Properties

CurrentTrying to get the current object in enumerator will throw an InvalidOperationException.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
MoveNextThe MoveNext() will always returns false
ResetReset the enumerator. It does nothing since the enumerator is empty
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Message.EmptyEnum Class | TIBCO.EMS Namespace