最終更新:2020-01-24 (金) 16:42:41 (1551d)  

System.Collections.Generic
Top / System.Collections.Generic

ジェネリック

https://docs.microsoft.com/ja-jp/dotnet/api/system.collections.generic?view=netframework-4.8

ジェネリッククラス

DictionarySystem.Collections.Generic.Dictionary(Of TKey, TValue)
ListSystem.Collections.Generic.List(Of T)
LinkedList?System.Collections.Generic.LinkedList?(Of T)
Queue?System.Collections.Generic.Queue(Of T)
SortedDictionary?System.Collections.Generic.SortedDictionary?(Of TKey, TValue)
SortedList?System.Collections.Generic.SortedList?(Of TKey, TValue)
StackSystem.Collections.Generic.Stack?(Of T)

インターフェイス

ICollectionSystem.Collections.Generic.ICollection?
IComparer?System.Collections.Generic.IComparer?
IDictionarySystem.Collections.Generic.IDictionary?
IEnumerableSystem.Collections.Generic.IEnumerable
IEnumeratorSystem.Collections.Generic.IEnumerator?
IEqualityComparer?System.Collections.Generic.IEqualityComparer?
IListSystem.Collections.Generic.IList?
ISet?System.Collections.Generic.ISet?

構造体