|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Static Public Member Functions | |
| static ICollection< T > | AsCollection< T > (this Collection collection) |
| Returns a ICollection<T> that wraps the specified Collection. | |
Definition at line 6 of file CollectionExtensions.cs.
|
static |
Returns a ICollection<T> that wraps the specified Collection.
| T |
| collection |