Encapsulates a template that was prepared by a space proxy.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IPreparedTemplate<T> : IQuery<T>, IDisposable
Public Interface IPreparedTemplate(Of T) _ Inherits IQuery(Of T), IDisposable
generic<typename T> public interface class IPreparedTemplate : IQuery<T>, IDisposable
- T
 - Type of entry.
 
| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
| Dispose()()()() | 
                    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
                  (Inherited from IDisposable.) | 
