StyleCopPlus.Plugin.MoreCustom.NumericValue.CreateMethodSize C# (CSharp) 메소드

CreateMethodSize() 공개 정적인 메소드

Creates numeric value holding method line count limit.
public static CreateMethodSize ( ) : NumericValue
리턴 NumericValue
        public static NumericValue CreateMethodSize()
        {
            return new NumericValue(120, 1, 100000);
        }