AdvisableDictionary<TKey, TValue>.Enumerator.Current Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public KeyValuePair<TKey, TValue> Current { get; }
Return Value
Type: KeyValuePair<TKey, TValue>The element in the collection at the current position of the enumerator.