C# Class Cilador.Fody.Tests.Common.GenericTypeValidator

Validates a type that is a true type but that is itself a generic type, possibly containing generic parameters.
Inheritance: TypeValidatorBase
Show file Open project: rileywhite/Cilador

Public Methods

Method Description
GenericTypeValidator ( Type genericParameterType ) : System

Creates a new GenericTypeValidator.

Validate ( Type actualType ) : void

Validates the type.

Method Details

GenericTypeValidator() public method

Creates a new GenericTypeValidator.
public GenericTypeValidator ( Type genericParameterType ) : System
genericParameterType System.Type Open generic type of the parameter.
return System

Validate() public method

Validates the type.
public Validate ( Type actualType ) : void
actualType System.Type
return void