ReadOnlyList<T>(IList<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ReadOnlyList<T> that wraps the specified IList<T> in a read-only interface.
public ReadOnlyList (System.Collections.Generic.IList<T> list);
new Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T> : System.Collections.Generic.IList<'T> -> Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T>
Public Sub New (list As IList(Of T))
Parameters
Remarks
If list
is null
, it is treated as an empty list.