StyleCopPlus.Plugin.MoreCustom.NumericValue.CreatePropertySize C# (CSharp) Метод

CreatePropertySize() публичный статический Метод

Creates numeric value holding property line count limit.
public static CreatePropertySize ( ) : NumericValue
Результат NumericValue
        public static NumericValue CreatePropertySize()
        {
            return new NumericValue(40, 1, 100000);
        }