Base interface for various space query types.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IQuery<T>
Public Interface IQuery(Of T)
generic<typename T> public interface class IQuery
- 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