Table of Contents

Method ForEach

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

ForEach<T>(T, Action<T>)

public static void ForEach<T>(this T tile, Action<T> action) where T : class, IMapTile<T>, new()

Parameters

tile T
action Action<T>

Type Parameters

T