C# Class Dynamitey.DynamicObjects.RealType

A Fake Type that represents a real type
Inheritance: FauxType
Show file Open project: ekonbenefits/dynamitey

Protected Properties

Property Type Description
TargetType System.Type

Public Methods

Method Description
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.

Method Details

GetContainedTypes() public method

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

GetMember() public method

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

RealType() public method

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

Property Details

TargetType protected property

The target type
protected Type,System TargetType
return System.Type