







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | RandomSubset<(Of <T>)>(IEnumerable<(Of <T>)>, Int32) |
Picks a random subset of count items from collection, and places
those items into a random order. No item is selected more than once.
|
![]() ![]() | RandomSubset<(Of <T>)>(IEnumerable<(Of <T>)>, Int32, Random) |
Picks a random subset of count items from collection, and places
those items into a random order. No item is selected more than once.
|