C# Class Signum.Engine.Maps.FieldExtensions

显示文件 Open project: signumsoftware/framework

Public Methods

Method Description
AssertImplements ( this field, Type type ) : void
Implements ( this field, Type type ) : bool

Method Details

AssertImplements() public static method

public static AssertImplements ( this field, Type type ) : void
field this
type System.Type
return void

Implements() public static method

public static Implements ( this field, Type type ) : bool
field this
type System.Type
return bool