| TriggerReaderPeekVariableT Method |
[This is preliminary documentation and is subject to change.]
Peeks at the next value, if the next value is not of T, returns false.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public bool PeekVariable<T>()
where T : struct, new()
Public Function PeekVariable(Of T As {Structure, New}) As Boolean
public:
generic<typename T>
where T : value class, gcnew()
bool PeekVariable()
member PeekVariable : unit -> bool when 'T : struct, new()
Type Parameters
- T
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Monkeyspeak.TriggerReader.PeekVariable``1"]
See Also