GroupCollection.Keys Property

Definition

Gets a string enumeration that contains the name keys of the group collection.

C#
public System.Collections.Generic.IEnumerable<string> Keys { get; }

Property Value

The name keys of the group collection.

Implements

Remarks

The order of the keys in the enumerable collection is unspecified, but the implementation must guarantee that the keys are in the same order as the corresponding values in the enumerable collection that is returned by the Values property.

Applies to

Prodotto Versioni
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10