C# Class ArchiMetrics.CodeReview.Rules.Tests.Rules.ExemptPatterns

Inheritance: IKnownPatterns
Afficher le fichier Open project: jjrdk/ArchiMetrics

Méthodes publiques

Méthode Description
Add ( ) : void
Clear ( ) : void
GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through the collection.

IsExempt ( string word ) : bool
Remove ( string pattern ) : void

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

Returns an enumerator that iterates through the collection.
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IsExempt() public méthode

public IsExempt ( string word ) : bool
word string
Résultat bool

Remove() public méthode

public Remove ( string pattern ) : void
pattern string
Résultat void