Click or drag to resize

TriggerReaderGetParameterT Method

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

Gets the parameter.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public T GetParameter<T>(
	int index
)
where T : struct, new()

Parameters

index
Type: SystemInt32
The index.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Monkeyspeak.TriggerReader.GetParameter``1(System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Monkeyspeak.TriggerReader.GetParameter``1(System.Int32)"]

See Also