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
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
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