Base interface for various space query types.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public interface IQuery<T>
Public Interface IQuery(Of T)
generic<typename T> public interface class IQuery
![](../icons/collapse_all.gif)
- T
- Query object type.
C# | Visual Basic | Visual C++ | J# |
public interface IQuery<T>
Public Interface IQuery(Of T)
generic<typename T> public interface class IQuery