C# 클래스 Dynamitey.DynamicObjects.FauxType

A Fake Type
파일 보기 프로젝트 열기: ekonbenefits/dynamitey 1 사용 예제들

공개 메소드들

메소드 설명
ContainsType ( Type type ) : bool

Determines whether the specified type contains the type.

GetContainedTypes ( ) : System.Type[]

Gets the contained types.

GetMember ( string binderName ) : IEnumerable

Gets the members.

메소드 상세

ContainsType() 공개 메소드

Determines whether the specified type contains the type.
public ContainsType ( Type type ) : bool
type System.Type The type.
리턴 bool

GetContainedTypes() 공개 추상적인 메소드

Gets the contained types.
public abstract GetContainedTypes ( ) : System.Type[]
리턴 System.Type[]

GetMember() 공개 추상적인 메소드

Gets the members.
public abstract GetMember ( string binderName ) : IEnumerable
binderName string Name of the binder.
리턴 IEnumerable