-
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."/>
public static IEnumerable<T> Shuffle<T>(IEnumerable<T> source)
where T :
Type | Name | Description |
---|---|---|
IEnumerable <T > |
source |
public static T Random<T>(IEnumerable<T> enumerable)
where T :
Type | Name | Description |
---|---|---|
IEnumerable <T > |
enumerable |
Generated with ModularDoc