C# 클래스 AgentMulder.ReSharper.Domain.Registrations.InNamespaceRegistration

상속: AgentMulder.ReSharper.Domain.Registrations.FilteredRegistrationBase
파일 보기 프로젝트 열기: hmemcpy/AgentMulder

공개 메소드들

메소드 설명
InNamespaceRegistration ( ITreeNode registrationRootElement, INamespace matchedNamespace, bool includeSubnamespaces ) : System
IsSatisfiedBy ( ITypeElement typeElement ) : bool
ToString ( ) : string

메소드 상세

InNamespaceRegistration() 공개 메소드

public InNamespaceRegistration ( ITreeNode registrationRootElement, INamespace matchedNamespace, bool includeSubnamespaces ) : System
registrationRootElement ITreeNode
matchedNamespace INamespace
includeSubnamespaces bool
리턴 System

IsSatisfiedBy() 공개 메소드

public IsSatisfiedBy ( ITypeElement typeElement ) : bool
typeElement ITypeElement
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string