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
Afficher le fichier Open project: rileywhite/Cilador

Méthodes publiques

Méthode Description
GenericTypeValidator ( Type genericParameterType ) : System

Creates a new GenericTypeValidator.

Validate ( Type actualType ) : void

Validates the type.

Method Details

GenericTypeValidator() public méthode

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

Validate() public méthode

Validates the type.
public Validate ( Type actualType ) : void
actualType System.Type
Résultat void