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: 3.2.0.1 (3.2.0.1)
Syntax
C#
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