C# Класс MassTransit.Util.TypeSet

Access to a set of exported .Net Type's as defined in a scanning operation
Показать файл Открыть проект

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

Метод Описание
AllTypes ( ) : IEnumerable

Returns all the types in this TypeSet

FindTypes ( TypeClassification classification ) : IEnumerable

Find any types in this TypeSet that match any combination of the TypeClassification enumeration values

TypeSet ( IEnumerable allTypes, bool>.Func filter = null ) : System

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

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

Returns all the types in this TypeSet
public AllTypes ( ) : IEnumerable
Результат IEnumerable

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

Find any types in this TypeSet that match any combination of the TypeClassification enumeration values
public FindTypes ( TypeClassification classification ) : IEnumerable
classification TypeClassification
Результат IEnumerable

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

public TypeSet ( IEnumerable allTypes, bool>.Func filter = null ) : System
allTypes IEnumerable
filter bool>.Func
Результат System