Inside Arrays: Table 2: Generic Interfaces Versus Non-Generic Interfaces. Generic interfaces IList (Of T) and ICollection (Of T) members compared to the non generic IList and ICollection interfaces.
Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications. A collection ...