C# 클래스 HereSay.Definitions.IDefinitionManagerExtensions

파일 보기 프로젝트 열기: jamestharpe/HereSay

공개 메소드들

메소드 설명
GetTypesAssignableFrom ( this definitions, Type type ) : System.Type[]

Gets an array of Types that are assignable from the given type with the specified IDefinitionManager.

메소드 상세

GetTypesAssignableFrom() 공개 정적인 메소드

Gets an array of Types that are assignable from the given type with the specified IDefinitionManager.
public static GetTypesAssignableFrom ( this definitions, Type type ) : System.Type[]
definitions this
type System.Type The to find other types that are /// assignable from this type.
리턴 System.Type[]