ManagedList<T>.Transform Method

Definition

Overloads

Transform(Func<T,T>)
Transform(Int32, Func<T,T>)

Transform(Func<T,T>)

public void Transform (Func<T,T> transformation);
member this.Transform : Func<'T, 'T> -> unit
Public Sub Transform (transformation As Func(Of T, T))

Parameters

transformation
Func<T,T>

Applies to

Transform(Int32, Func<T,T>)

public void Transform (int index, Func<T,T> transformation);
member this.Transform : int * Func<'T, 'T> -> unit
Public Sub Transform (index As Integer, transformation As Func(Of T, T))

Parameters

index
Int32
transformation
Func<T,T>

Applies to