Click or drag to resize

TriggerReaderTryGetParameterT Method

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

Tries the get the parameter at the specified index.

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

Parameters

index
Type: SystemInt32
The index.
value
Type: T
The value.

Type Parameters

T

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

Return Value

Type: Boolean
true on success; false otherwise
See Also