MatchingContextCurrent Property
Gets the element in the collection at the current position of the enumerator.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public ExtendedSearchEntry Current { get; }
Public ReadOnly Property Current As ExtendedSearchEntry
Get
public:
virtual property ExtendedSearchEntry Current {
ExtendedSearchEntry get () sealed;
}
abstract Current : ExtendedSearchEntry with get
override Current : ExtendedSearchEntry with get
ExtendedSearchEntryThe element in the collection at the current position of the enumerator.
IEnumeratorTCurrent