[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Tools.CollectionsT.GenericT.IndexableEnumeratorBase`2.System#Collections#IEnumerator#Current"]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use type safe Curent instead")]
Object IEnumerator.Current { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObsoleteAttribute("Use type safe Curent instead")> _
Private ReadOnly Property Current1 As Object
	Implements IEnumerator.Current
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use type safe Curent instead")]
private:
virtual property Object^ Current1 {
	Object^ get () sealed = IEnumerator::Current::get;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use type safe Curent instead")>]
private abstract Current1 : Object
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use type safe Curent instead")>]
private override Current1 : Object
JScript
JScript does not support explicit interface implementations.

Implements

IEnumerator..::..Current

See Also