AgentMulder.ReSharper.Domain.Registrations.HasAttributeRegistration.HasAttributeRegistration C# (CSharp) Метод

HasAttributeRegistration() публичный Метод

public HasAttributeRegistration ( ITreeNode registrationElement, ITypeElement attributeType ) : JetBrains.ReSharper.Psi
registrationElement ITreeNode
attributeType ITypeElement
Результат JetBrains.ReSharper.Psi
        public HasAttributeRegistration(ITreeNode registrationElement, ITypeElement attributeType)
            : base(registrationElement)
        {
            this.attributeType = attributeType;
        }