MatchingContextCurrent Property

Gets the element in the collection at the current position of the enumerator.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public ExtendedSearchEntry Current { get; }

Return Value

ExtendedSearchEntry
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent

See Also