Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property Current As Object Implements IEnumerator.Current |
| C# |
|---|
Object IEnumerator.Current { get; } |
| Visual C++ |
|---|
private: virtual property Object^ Current { Object^ get () sealed = IEnumerator::Current::get; } |