Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Decorator Class

 

Provides a method for retrieving the innermost object of an object that might be wrapped by an <see cref="T:System.Web.Http.Services.IDecorator`1" />.

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

System::Object
  System.Web.Http.Services::Decorator

public ref class Decorator abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetInner<T>(T)

Gets the innermost object which does not implement <see cref="T:System.Web.Http.Services.IDecorator`1" />.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: