C# 클래스 Cilador.Fody.Tests.Common.ParameterTypeValidatorBaseContract

상속: TypeValidatorBase
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
Validate ( Type actualType ) : void

Contracts for Validate(Type).

메소드 상세

Validate() 공개 메소드

Contracts for Validate(Type).
public Validate ( Type actualType ) : void
actualType System.Type Actual parameter type.
리턴 void