Tanoda
Leap.Unity.Query.QueryOperatorExtensions.NextPair< T > Struct Template Reference

Public Attributes

value
 The current element of the sequence More...
 
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...
 

Detailed Description

Definition at line 631 of file QueryOperatorExtensions.cs.

Member Data Documentation

◆ 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.

◆ next

If hasNext is true, the element that comes after the value.

Definition at line 640 of file QueryOperatorExtensions.cs.

◆ value

The current element of the sequence

Definition at line 635 of file QueryOperatorExtensions.cs.


The documentation for this struct was generated from the following file: