Property Empty
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Empty
Gets an empty ImmutableValueDictionary<TKey, TValue>.
[SuppressMessage("Design", "CA1000", Justification = "Follows BCL pattern for immutable collections.")]
public static ImmutableValueDictionary<TKey, TValue> Empty { get; }
Property Value
- ImmutableValueDictionary<TKey, TValue>