IDecorator<T> Interface

 

Defines a decorator that exposes the inner decorated object.

Namespace:   System.Web.Http.Services
Assembly:  System.Web.Http (in System.Web.Http.dll)

generic<typename T>
public interface class IDecorator

Type Parameters

outT

This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see .

NameDescription
System_CAPS_pubpropertyInner

Gets the inner object.

Return to top
Show: