AlternateTypeGenerationHook T Constructor | Glimpse API Documentation |
Initializes a new instance of the AlternateTypeGenerationHook T class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public AlternateTypeGenerationHook( IEnumerable<IAlternateMethod> methodImplementations, ILogger logger )
public AlternateTypeGenerationHook( IEnumerable<IAlternateMethod> methodImplementations, ILogger logger )
Parameters
- methodImplementations
- Type: System.Collections.Generic IEnumerable IAlternateMethod
The method implementations.
- logger
- Type: Glimpse.Core.Extensibility ILogger
The logger.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws an exception if either methodImplementations or logger are null. |
See Also