ArcGIS Pro 2.6 API Reference Guide
Current Property (RowCursor)

ArcGIS.Core.Data Namespace > RowCursor Class : Current Property
Gets the current Row in this RowCursor.
Syntax
public Row Current {get;}
Public ReadOnly Property Current As Row
Remarks
If the cursor has passed the end of the collection (i.e., when MoveNext returns false), null is returned. If a valid Row is returned by this property, it should be Disposed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RowCursor Class
RowCursor Members