[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property System.Collections.IEnumerator.Current As Object Implements IEnumerator.Current
C#
private Object IEnumerator.Current { get; }
C++
private:
virtual Object^ System.Collections.IEnumerator.Current {
	Object^ get () sealed = IEnumerator::Current::get;
}