Tanoda
Leap.Unity.Tests.QueryTests.QueryArg Class Reference

Public Member Functions

 QueryArg (List< int > values, int capacity)
 
Query< int > ToQuery ()
 
List< int > ToList ()
 
override string ToString ()
 

Detailed Description

Definition at line 514 of file QueryTests.cs.

Constructor & Destructor Documentation

◆ QueryArg()

Leap.Unity.Tests.QueryTests.QueryArg.QueryArg ( List< int >  values,
int  capacity 
)

Definition at line 518 of file QueryTests.cs.

Member Function Documentation

◆ ToList()

List< int > Leap.Unity.Tests.QueryTests.QueryArg.ToList ( )

Definition at line 530 of file QueryTests.cs.

◆ ToQuery()

Query< int > Leap.Unity.Tests.QueryTests.QueryArg.ToQuery ( )

Definition at line 524 of file QueryTests.cs.

◆ ToString()

override string Leap.Unity.Tests.QueryTests.QueryArg.ToString ( )

Definition at line 534 of file QueryTests.cs.


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