AdvisableDictionary<TKey, TValue>.ValueCollection.Enumerator.Current Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: PostSharp.Patterns.CollectionsAssembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

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