Click or drag to resize

ExtensionsInterception Class

Provides usefull extension methods
Inheritance Hierarchy
SystemObject
  Cauldron.InterceptionExtensionsInterception

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public static class ExtensionsInterception

The ExtensionsInterception type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreateTypeT
Creates a new Type that implements the properties of an interface defined by T and copies all value of anon to the new object.
Top
See Also