C# 클래스 MassTransit.Util.Scanning.AssemblyTypeList

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 프로퍼티들

프로퍼티 타입 설명
Abstract IList
Concrete IList
Interface IList

공개 메소드들

메소드 설명
Add ( Type type ) : void
AllTypes ( ) : IEnumerable
SelectTypes ( TypeClassification classification ) : IEnumerable>

메소드 상세

Add() 공개 메소드

public Add ( Type type ) : void
type System.Type
리턴 void

AllTypes() 공개 메소드

public AllTypes ( ) : IEnumerable
리턴 IEnumerable

SelectTypes() 공개 메소드

public SelectTypes ( TypeClassification classification ) : IEnumerable>
classification TypeClassification
리턴 IEnumerable>

프로퍼티 상세

Abstract 공개적으로 프로퍼티

public IList Abstract
리턴 IList

Concrete 공개적으로 프로퍼티

public IList Concrete
리턴 IList

Interface 공개적으로 프로퍼티

public IList Interface
리턴 IList