FrozenSet<T>.AlternateLookup<TAlternate>.TryGetValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋集合中的指定值,並傳回其找到的相等值,如果有的話。
public:
bool TryGetValue(TAlternate equalValue, [Runtime::InteropServices::Out] T % actualValue);
public bool TryGetValue (TAlternate equalValue, out T actualValue);
member this.TryGetValue : 'Alternate * 'T -> bool
Public Function TryGetValue (equalValue As TAlternate, ByRef actualValue As T) As Boolean
參數
- equalValue
- TAlternate
要搜尋的值。
- actualValue
- T
搜尋到的集合值,或搜尋產生不相符時 T
的預設值。
傳回
值,指出搜尋是否成功。