Arnolyzer.Tests.CodeUnderTest.AutogeneratedNoParameterCode.ReturnsSelf C# (CSharp) Method

ReturnsSelf() public static method

public static ReturnsSelf ( bool flag ) : bool
flag bool
return bool
        public static bool ReturnsSelf(bool flag) => flag;
    }
AutogeneratedNoParameterCode