Click or drag to resize
MyComponentContainerTryGetT Method (T)

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

[Missing <summary> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet``1(``0@)"]

Namespace: VRage.Game.Components
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public bool TryGet<T>(
	out T component
)
where T : MyComponentBase

Parameters

component
Type: T

[Missing <param name="component"/> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet``1(``0@)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet``1(``0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet``1(``0@)"]

See Also