Summary

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

Parameters

Summary

public void GetBlocksOfType<T>(List<T> blocks, Func<T, bool> collect)

Parameters