C# Class Prototype.Tests.IgnoreList

显示文件 Open project: paralect/prototype Class Usage Examples

Public Methods

Method Description
Add ( ) : void
Add ( Type type ) : void
Create ( ) : IgnoreList
Create ( string[]>.Dictionary ignoreList ) : IgnoreList
Create ( Type type ) : IgnoreList

Private Methods

Method Description
IgnoreList ( ) : System

Method Details

Add() public method

public Add ( ) : void
return void

Add() public method

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

Create() public static method

public static Create ( ) : IgnoreList
return IgnoreList

Create() public static method

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

Create() public static method

public static Create ( Type type ) : IgnoreList
type System.Type
return IgnoreList