Click or drag to resize

Utils_LinqCreateReadOnlyCollectionT Method

Creates a new instance of an empty read-only list/collection.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static ReadOnlyCollection<T> CreateReadOnlyCollection<T>()

Type Parameters

T

Return Value

Type: ReadOnlyCollectionT
See Also