C# Class MassTransit.Util.Scanning.AssemblyTypeList

Mostra file Open project: MassTransit/MassTransit

Public Properties

Property Type Description
Abstract IList
Concrete IList
Interface IList

Public Methods

Method Description
Add ( Type type ) : void
AllTypes ( ) : IEnumerable
SelectTypes ( TypeClassification classification ) : IEnumerable>

Method Details

Add() public method

public Add ( Type type ) : void
type System.Type
return void

AllTypes() public method

public AllTypes ( ) : IEnumerable
return IEnumerable

SelectTypes() public method

public SelectTypes ( TypeClassification classification ) : IEnumerable>
classification TypeClassification
return IEnumerable>

Property Details

Abstract public_oe property

public IList Abstract
return IList

Concrete public_oe property

public IList Concrete
return IList

Interface public_oe property

public IList Interface
return IList