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
tileTactionAction<T>
Type Parameters
T