Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
easyextensions EnumerableExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
IEnumerable<ModularDoc.Elements.Markdown.TextElement> extensions."/>
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions
EasyExtensions.EnumerableExtensions[[EnumerableExtensions]]
end
| Returns | Name |
|---|---|
T | Random(IEnumerable<T> enumerable) |
IEnumerable<T> | Shuffle(IEnumerable<T> source) |
IEnumerable<ModularDoc.Elements.Markdown.TextElement> extensions."/>
publicstaticIEnumerable<T>Shuffle<T>(IEnumerable<T>source)whereT:| Type | Name | Description |
|---|---|---|
IEnumerable<T> | source |
publicstaticTRandom<T>(IEnumerable<T>enumerable)whereT:| Type | Name | Description |
|---|---|---|
IEnumerable<T> | enumerable |
Generated withModularDoc