[TIBCO.EMS .NET client library 6.0 documentation]

Implements IEnumerator.Current.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Object Current { get; }
Public ReadOnly Property Current As Object
public:
virtual property Object^ Current {
	Object^ get () sealed;
}

Implements

IEnumerator..::.Current

Remarks

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

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionWhen the property is called.

See Also