C# Class AgentMulder.ReSharper.Domain.Registrations.InNamespaceRegistration

Inheritance: AgentMulder.ReSharper.Domain.Registrations.FilteredRegistrationBase
Afficher le fichier Open project: hmemcpy/AgentMulder

Méthodes publiques

Méthode Description
InNamespaceRegistration ( ITreeNode registrationRootElement, INamespace matchedNamespace, bool includeSubnamespaces ) : System
IsSatisfiedBy ( ITypeElement typeElement ) : bool
ToString ( ) : string

Method Details

InNamespaceRegistration() public méthode

public InNamespaceRegistration ( ITreeNode registrationRootElement, INamespace matchedNamespace, bool includeSubnamespaces ) : System
registrationRootElement ITreeNode
matchedNamespace INamespace
includeSubnamespaces bool
Résultat System

IsSatisfiedBy() public méthode

public IsSatisfiedBy ( ITypeElement typeElement ) : bool
typeElement ITypeElement
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string