ImmutableHashSet<T>.Builder.KeyComparer 属性

定义

获取或设置键比较器。

public:
 property System::Collections::Generic::IEqualityComparer<T> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<T> ^ get(); void set(System::Collections::Generic::IEqualityComparer<T> ^ value); };
public System.Collections.Generic.IEqualityComparer<T> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'T> with get, set
Public Property KeyComparer As IEqualityComparer(Of T)

属性值

键比较器。

适用于