IAlternateType(T) Interface

Glimpse API

IAlternateType T  Interface Glimpse API Documentation
Definition for an alternate that should replace a given Type

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public interface IAlternateType<T>
public interface IAlternateType<T>
Type Parameters

T
The type to retrieve and alternate for.
See Also