Method UnmodifiableList
UnmodifiableList<T>(IList<T>)
Declaration
public static IList<T> UnmodifiableList<T>(IList<T> list)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list |
Returns
Type | Description |
---|---|
IList<T> |
Type Parameters
Name | Description |
---|---|
T |