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

A Fake Type
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

Determines whether the specified type contains the type.
public ContainsType ( Type type ) : bool
type System.Type The type.
Результат bool

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

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

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

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