GetBlocksOfType<T>
Summary
public void GetBlocksOfType<T>(List<IMyTerminalBlock> blocks, Func<IMyTerminalBlock, bool> collect)
Parameters
- List
blocks - Func<IMyTerminalBlock, bool> collect
Summary
public void GetBlocksOfType<T>(List<T> blocks, Func<T, bool> collect)
Parameters
- List
blocks - Func<T, bool> collect