AlternateTypeGenerationHook(T) Constructor

Glimpse API

AlternateTypeGenerationHook T  Constructor Glimpse API Documentation
Initializes a new instance of the AlternateTypeGenerationHook T  class.

Namespace: Glimpse.Core.Extensibility
Assembly: 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: OnlineSystem.Collections.Generic IEnumerable IAlternateMethod 
The method implementations.
logger
Type: Glimpse.Core.Extensibility ILogger
The logger.
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionThrows an exception if either methodImplementations or logger are null.
See Also