ABMutableMultiValue<T>.RemoveAt(nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從多重值屬性中移除值。
public bool RemoveAt (nint index);
member this.RemoveAt : nint -> bool
參數
傳回
true
如果已移除索引處 index
, ABMultiValueEntry<T> 則為 ,否則為 false
。
備註
如果 index
超出界限,則會引發例外狀況。