CleanCode.Features.MethodTooLong.MethodTooLongHighlighting.MethodTooLongHighlighting C# (CSharp) Метод

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

public MethodTooLongHighlighting ( DocumentRange documentRange ) : CleanCode
documentRange DocumentRange
Результат CleanCode
        public MethodTooLongHighlighting(DocumentRange documentRange)
        {
            this.documentRange = documentRange;
        }