C# 클래스 Hypermedia.Metadata.ContractResolverExtensions

파일 보기 프로젝트 열기: cosullivan/Hypermedia

공개 메소드들

메소드 설명
CanResolve ( this resolver, Type type ) : bool

Returns a value indicating whether or not the given type can be resolved.

메소드 상세

CanResolve() 공개 정적인 메소드

Returns a value indicating whether or not the given type can be resolved.
public static CanResolve ( this resolver, Type type ) : bool
resolver this The contract resolver to perform the operation on.
type System.Type The CLR type to test whether it can be resolved.
리턴 bool