ReadOnlySinglyLinkedList<T>.Enumerator.Current Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: PostSharp.CollectionsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public T Current { get; }
Return Value
Type: TThe element in the collection at the current position of the enumerator.
Implements
IEnumerator<T>.Current