Calculator.Core.Tests.ConcernForAttribute.ConcernForAttribute C# (CSharp) Метод

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

public ConcernForAttribute ( string name ) : System
name string
Результат System
        public ConcernForAttribute(string name)
        {
            Name = name;
        }
ConcernForAttribute