C# Class Dynamitey.DynamicObjects.FauxType

A Fake Type
Afficher le fichier Open project: ekonbenefits/dynamitey Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetContainedTypes() public abstract méthode

Gets the contained types.
public abstract GetContainedTypes ( ) : System.Type[]
Résultat System.Type[]

GetMember() public abstract méthode

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