StyleCopPlus.Plugin.MoreCustom.NumericValue.CreatePropertySize C# (CSharp) Method

CreatePropertySize() public static method

Creates numeric value holding property line count limit.
public static CreatePropertySize ( ) : NumericValue
return NumericValue
        public static NumericValue CreatePropertySize()
        {
            return new NumericValue(40, 1, 100000);
        }