C# Class Prototype.Tests.IgnoreList

Afficher le fichier Open project: paralect/prototype Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IgnoreList ( ) : System

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

Add() public méthode

public Add ( Type type ) : void
type System.Type
Résultat void

Create() public static méthode

public static Create ( ) : IgnoreList
Résultat IgnoreList

Create() public static méthode

public static Create ( string[]>.Dictionary ignoreList ) : IgnoreList
ignoreList string[]>.Dictionary
Résultat IgnoreList

Create() public static méthode

public static Create ( Type type ) : IgnoreList
type System.Type
Résultat IgnoreList