Method Copy
Copy<T>(ISet<T>)
returns a copy of the given set as a Char
Declaration
public static CharArraySet Copy<T>(ISet<T> set)
Parameters
Type | Name | Description |
---|---|---|
ISet<T> | set | A set to copy |
Returns
Type | Description |
---|---|
Char |
a copy of the given set as a Char |
Type Parameters
Name | Description |
---|---|
T |