AlternateType T Class | Glimpse API Documentation |
An abstract IAlternateType T implementation that handles the most common TryCreate scenarios.
Inheritance Hierarchy
Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public abstract class AlternateType<T> : IAlternateType<T> where T : class
public abstract class AlternateType<T> : IAlternateType<T> where T : class
Type Parameters
- T
- The type to retrieve and alternate for.
See Also