C# Class Dynamitey.DynamicObjects.RealType

A Fake Type that represents a real type
Inheritance: FauxType
Afficher le fichier Open project: ekonbenefits/dynamitey

Protected Properties

Свойство Type Description
TargetType System.Type

Méthodes publiques

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

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

GetMember() public méthode

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

RealType() public méthode

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

Property Details

TargetType protected_oe property

The target type
protected Type,System TargetType
Résultat System.Type