|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Static Public Member Functions | |
| static ISet< T > | AsSet< T > (this Set set) |
| Returns a ISet<T> that wraps the specified Set. | |
Definition at line 6 of file SetExtensions.cs.
|
static |
Returns a ISet<T> that wraps the specified Set.
| T |
| set |