[This is preliminary documentation and is subject to change.]
Gets the element in the collection at the current position of the enumerator.
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Object IEnumerator_Current { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IEnumerator_Current As Object
Get |
| Visual C++ |
|---|
public:
virtual property Object^ IEnumerator_Current {
Object^ get () sealed;
} |
| F# |
|---|
abstract IEnumerator_Current : Object
override IEnumerator_Current : Object |
| JScript |
|---|
final function get IEnumerator_Current () : Object
|
Return Value
The element in the collection at the current position of the enumerator.
Implements
IEnumerator..::..Current
See Also