Click or drag to resize
StaticWrapperInterfaceType Class
Static wrapper for the implementation implementing the given interface
Inheritance Hierarchy

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public class StaticWrapper<InterfaceType>
where InterfaceType : class

Type Parameters

InterfaceType

The StaticWrapperInterfaceType type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyStatic memberImplementation
Singleton object instance behind the wrapper
Top
See Also