System.Tests.TestClass3.TestMethod3 C# (CSharp) Method

TestMethod3() public method

public TestMethod3 ( bool boolean ) : int
boolean bool
return int
        public int TestMethod3(bool boolean) { return 2; }