Tanoda
|
Public Attributes | |
T | value |
The current element of the sequence More... | |
T | next |
If hasNext is true, the element that comes after the value. More... | |
bool | hasNext |
Does the next field represent the next value? If false, prev will take the default value of T. More... | |
Definition at line 631 of file QueryOperatorExtensions.cs.
bool Leap.Unity.Query.QueryOperatorExtensions.NextPair< T >.hasNext |
Does the next field represent the next value? If false, prev will take the default value of T.
Definition at line 646 of file QueryOperatorExtensions.cs.
If hasNext is true, the element that comes after the value.
Definition at line 640 of file QueryOperatorExtensions.cs.
T Leap.Unity.Query.QueryOperatorExtensions.NextPair< T >.value |
The current element of the sequence
Definition at line 635 of file QueryOperatorExtensions.cs.