C# Class Dynamitey.DynamicObjects.FauxType

A Fake Type
Show file Open project: ekonbenefits/dynamitey Class Usage Examples

Public Methods

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

Method Details

ContainsType() public method

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

GetContainedTypes() public abstract method

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

GetMember() public abstract method

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