ReadOnlySinglyLinkedList<T>.Enumerator.Current Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public T Current { get; }
Return Value
Type: TThe element in the collection at the current position of the enumerator.