IProxyFactory ExtendClass T Method (IEnumerable IAlternateMethod ) | Glimpse API Documentation |
Extends the class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
T ExtendClass<T>( IEnumerable<IAlternateMethod> methodImplementations ) where T : class
T ExtendClass<T>( IEnumerable<IAlternateMethod> methodImplementations ) where T : class
Parameters
- methodImplementations
- Type: System.Collections.Generic IEnumerable IAlternateMethod
The method implementations.
Type Parameters
- T
- Instance type
Return Value
Extended instance.See Also