ICollectionDictionary<TKey, TElement> インターフェイス

名前空間:  Microsoft.TeamFoundation.Framework.Common
アセンブリ:  Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)

構文

'宣言
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>

型パラメーター

  • TKey
  • TElement

ICollectionDictionary<TKey, TElement> 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count
パブリック プロパティ Keys

このページのトップへ

メソッド

  名前 説明
パブリック メソッド AddElement
パブリック メソッド Clear
パブリック メソッド ContainsElement
パブリック メソッド ContainsKey
パブリック メソッド Remove
パブリック メソッド RemoveElement
パブリック メソッド TryGetValue(TKey, ICollection<TElement>%)
パブリック メソッド TryGetValue<TCollection>(TKey, TCollection%)

このページのトップへ

参照

関連項目

Microsoft.TeamFoundation.Framework.Common 名前空間