CollectionsMarshal 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
不安全的類別,提供一組方法來存取集合的基礎數據表示法。
public ref class CollectionsMarshal abstract sealed
public static class CollectionsMarshal
type CollectionsMarshal = class
Public Class CollectionsMarshal
- 繼承
-
CollectionsMarshal
方法
AsSpan<T>(List<T>) | |
GetValueRefOrAddDefault<TKey,TValue,TAlternateKey>(Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>, TAlternateKey, Boolean) |
取得 Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>中 |
GetValueRefOrAddDefault<TKey,TValue>(Dictionary<TKey,TValue>, TKey, Boolean) |
取得指定字典中 |
GetValueRefOrNullRef<TKey,TValue,TAlternateKey>(Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>, TAlternateKey) |
取得 Dictionary<TKey,TValue> 中 |
GetValueRefOrNullRef<TKey,TValue>(Dictionary<TKey,TValue>, TKey) |
取得 Dictionary<TKey,TValue> 中 |
SetCount<T>(List<T>, Int32) |
將 List<T> 的計數設定為指定的值。 |