Click or drag to resize
TerminalPropertyExtensionsCastTValue Method

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

Property type cast

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public static ITerminalProperty<TValue> Cast<TValue>(
	ITerminalProperty property
)

Parameters

property
Type: Sandbox.ModAPI.InterfacesITerminalProperty
ITerminalPropertyTValue reference

Type Parameters

TValue
value of type TypeName

Return Value

Type: ITerminalPropertyTValue
reference to ITerminalPropertyTValue value of specified type
See Also