Arnolyzer.Tests.CodeUnderTest.CodeToTestAtLeastOneParameterAnalyzer.ReturnsSelf C# (CSharp) Méthode

ReturnsSelf() public static méthode

public static ReturnsSelf ( bool flag ) : bool
flag bool
Résultat bool
        public static bool ReturnsSelf(bool flag) => flag;
    }
CodeToTestAtLeastOneParameterAnalyzer