IWrapper(T) Interface

Glimpse API

IWrapper T  Interface Glimpse API Documentation
IWrapper<T> provides a common way to leverage the Onlinedecorator pattern.

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

Syntax

public interface IWrapper<T>
public interface IWrapper<T>
Type Parameters

T
Type of target object.
See Also