C# Класс Cilador.Fody.Tests.Common.GenericTypeValidator

Validates a type that is a true type but that is itself a generic type, possibly containing generic parameters.
Наследование: TypeValidatorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
GenericTypeValidator ( Type genericParameterType ) : System

Creates a new GenericTypeValidator.

Validate ( Type actualType ) : void

Validates the type.

Описание методов

GenericTypeValidator() публичный Метод

Creates a new GenericTypeValidator.
public GenericTypeValidator ( Type genericParameterType ) : System
genericParameterType System.Type Open generic type of the parameter.
Результат System

Validate() публичный Метод

Validates the type.
public Validate ( Type actualType ) : void
actualType System.Type
Результат void