C# 클래스 Prototype.Tests.IgnoreList

파일 보기 프로젝트 열기: paralect/prototype 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ) : void
Add ( Type type ) : void
Create ( ) : IgnoreList
Create ( string[]>.Dictionary ignoreList ) : IgnoreList
Create ( Type type ) : IgnoreList

비공개 메소드들

메소드 설명
IgnoreList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

Add() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( ) : IgnoreList
리턴 IgnoreList

Create() 공개 정적인 메소드

public static Create ( string[]>.Dictionary ignoreList ) : IgnoreList
ignoreList string[]>.Dictionary
리턴 IgnoreList

Create() 공개 정적인 메소드

public static Create ( Type type ) : IgnoreList
type System.Type
리턴 IgnoreList