C# 클래스 Signum.Engine.Maps.FieldExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
AssertImplements ( this field, Type type ) : void
Implements ( this field, Type type ) : bool

메소드 상세

AssertImplements() 공개 정적인 메소드

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

Implements() 공개 정적인 메소드

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