System.Tests.TestClass.TestMethod C# (CSharp) Method

TestMethod() private method

private TestMethod ( [ boolean ) : int
boolean [
return int
        public int TestMethod([TestAttribute(6)] bool boolean) { return 1; }