Click or drag to resize
IMyTerminalActionsHelperGetProperties Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperties(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetProperties(
	Type blockType,
	List<ITerminalProperty> resultList,
	Func<ITerminalProperty, bool> collect = null
)

Parameters

blockType
Type: SystemType

[Missing <param name="blockType"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperties(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

resultList
Type: System.Collections.GenericListITerminalProperty

[Missing <param name="resultList"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperties(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

collect (Optional)
Type: SystemFuncITerminalProperty, Boolean

[Missing <param name="collect"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperties(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

See Also