4 references to Keys
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
278
/// <inheritdoc cref="
Keys
" />
283
Keys
is { Length: > 0 } keys ? keys : Array.Empty<TKey>();
290
ICollection IDictionary.Keys =>
Keys
;
296
/// The order of the values in the dictionary is unspecified, but it is the same order as the associated keys returned by the <see cref="
Keys
"/> property.