共用方式為


FacetResult.Keys Property

Definition

Gets an enumerable collection that contains the keys in the read-only dictionary.

public System.Collections.Generic.IEnumerable<string> Keys { get; }
member this.Keys : seq<string>
Public ReadOnly Property Keys As IEnumerable(Of String)

Property Value

An enumerable collection that contains the keys in the read-only dictionary.

Implements

Applies to