SortedDictionary.System.Collections.Generic.ICollection>.Add メソッド 
アセンブリ: System (system.dll 内)
 構文
構文Private Sub System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add ( _ keyValuePair As KeyValuePair(Of TKey, TValue) _ ) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add
Dim instance As SortedDictionary(Of TKey, TValue) Dim keyValuePair As KeyValuePair(Of TKey, TValue) CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).Add(keyValuePair)
private: virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add ( KeyValuePair<TKey, TValue> keyValuePair ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Add
 例外
例外 解説
解説 プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照SortedDictionary ジェネリック クラス
SortedDictionary メンバ
System.Collections.Generic 名前空間
ICollection.IsReadOnly プロパティ
- SortedDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add メソッドのページへのリンク

 
                             
                    


