ImmutableList<T>.Builder.ForEach(Action<T>) Yöntem

Tanım

Listenin her öğesinde belirtilen eylemi gerçekleştirir.

public:
 virtual void ForEach(Action<T> ^ action);
public:
 void ForEach(Action<T> ^ action);
public void ForEach (Action<T> action);
abstract member ForEach : Action<'T> -> unit
override this.ForEach : Action<'T> -> unit
member this.ForEach : Action<'T> -> unit
Public Sub ForEach (action As Action(Of T))

Parametreler

action
Action<T>

Listenin her öğesinde gerçekleştirilecek temsilci.

Şunlara uygulanır