C# Class Hypermedia.Metadata.ContractResolverExtensions

Show file Open project: cosullivan/Hypermedia

Public Methods

Method Description
CanResolve ( this resolver, Type type ) : bool

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

Method Details

CanResolve() public static method

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.
return bool