C# Класс Dynamitey.DynamicObjects.AggreType

A Fake Tupe that is an aggregate of other types
Наследование: FauxType
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddType ( FauxType type ) : void

Adds the type.

AddType ( Type type ) : void

Adds the type.

AggreType ( ) : System

Initializes a new instance of the AggreType class.

GetContainedTypes ( ) : System.Type[]

Gets the contained types.

GetInterfaceTypes ( ) : System.Type[]

Gets the interface types.

GetMember ( string binderName ) : IEnumerable

Gets the members.

MakeTypeAppendable ( IEquivalentType type ) : AggreType

Makes the type appendable.

Описание методов

AddType() публичный Метод

Adds the type.
public AddType ( FauxType type ) : void
type FauxType The type.
Результат void

AddType() публичный Метод

Adds the type.
public AddType ( Type type ) : void
type System.Type The type.
Результат void

AggreType() публичный Метод

Initializes a new instance of the AggreType class.
public AggreType ( ) : System
Результат System

GetContainedTypes() публичный Метод

Gets the contained types.
public GetContainedTypes ( ) : System.Type[]
Результат System.Type[]

GetInterfaceTypes() публичный Метод

Gets the interface types.
public GetInterfaceTypes ( ) : System.Type[]
Результат System.Type[]

GetMember() публичный Метод

Gets the members.
public GetMember ( string binderName ) : IEnumerable
binderName string Name of the binder.
Результат IEnumerable

MakeTypeAppendable() публичный статический Метод

Makes the type appendable.
public static MakeTypeAppendable ( IEquivalentType type ) : AggreType
type IEquivalentType The type.
Результат AggreType