Volume Control
Application-specific hotkeys for Windows
VolumeControl.TypeExtensions.ArrayExtensions Class Reference

Extensions for generic array types. More...

Collaboration diagram for VolumeControl.TypeExtensions.ArrayExtensions:

Static Public Member Functions

static T[] ForEach< T > (this T[] array, Action< T > action)
 Performs the specified action on each element of the Array. More...
 
static T[] ForEach< T > (this T[] array, Func< T, T > function)
 Applies the specified function to each element of the Array. More...
 

Detailed Description

Extensions for generic array types.

Member Function Documentation

◆ ForEach< T >() [1/2]

static T [] VolumeControl.TypeExtensions.ArrayExtensions.ForEach< T > ( this T[]  array,
Action< T >  action 
)
static

Performs the specified action on each element of the Array.

◆ ForEach< T >() [2/2]

static T [] VolumeControl.TypeExtensions.ArrayExtensions.ForEach< T > ( this T[]  array,
Func< T, T >  function 
)
static

Applies the specified function to each element of the Array.


The documentation for this class was generated from the following file: