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