VelocityDbHashSetTEnumeratorCurrent Property |
The iterator current Key object
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public T Current { get; }
Public ReadOnly Property Current As T
Get
public:
virtual property T Current {
T get () sealed;
}
abstract Current : 'T with get
override Current : 'T with get
Property Value
Type:
TImplements
IEnumeratorTCurrentSee Also