C# 클래스 Dynamitey.DynamicObjects.RealType

A Fake Type that represents a real type
상속: FauxType
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

보호된 프로퍼티들

프로퍼티 타입 설명
TargetType System.Type

공개 메소드들

메소드 설명
GetContainedTypes ( ) : System.Type[]

Gets the contained types.

GetMember ( string binderName ) : IEnumerable

Gets the members.

RealType ( Type type ) : System

Initializes a new instance of the RealType class.

메소드 상세

GetContainedTypes() 공개 메소드

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

GetMember() 공개 메소드

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

RealType() 공개 메소드

Initializes a new instance of the RealType class.
public RealType ( Type type ) : System
type System.Type The type.
리턴 System

프로퍼티 상세

TargetType 보호되어 있는 프로퍼티

The target type
protected Type,System TargetType
리턴 System.Type