Arnolyzer.Tests.CodeUnderTest.CodeToTestAtLeastOneParameterAnalyzer.ReturnsSelf C# (CSharp) 메소드

ReturnsSelf() 공개 정적인 메소드

public static ReturnsSelf ( bool flag ) : bool
flag bool
리턴 bool
        public static bool ReturnsSelf(bool flag) => flag;
    }
CodeToTestAtLeastOneParameterAnalyzer