List of C# Collections
List of C# Collections
Sequential Collections (System.Collections.Generic)
CollectionKey CharacteristicOrderingNotable DetailList<T>The "go-to" collection; a dynamically resizing array.Ordered by index.Fast access by index (O(1)). Slow insertions/del...
csinsight.hashnode.dev2 min read