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

Public Attributes

value
 The current element of the sequence More...
 
prev
 If hasPrev is true, the element that came before value More...
 
bool hasPrev
 Does the prev field represent a previous value? If false, prev will take the default value of T. More...
 

Detailed Description

Definition at line 613 of file QueryOperatorExtensions.cs.

Member Data Documentation

◆ hasPrev

Does the prev field represent a previous value? If false, prev will take the default value of T.

Definition at line 628 of file QueryOperatorExtensions.cs.

◆ prev

If hasPrev is true, the element that came before value

Definition at line 622 of file QueryOperatorExtensions.cs.

◆ value

The current element of the sequence

Definition at line 617 of file QueryOperatorExtensions.cs.


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