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

TestMethod() public method

public TestMethod ( string strArray ) : void
strArray string
return void
        public override void TestMethod(string[] strArray,
            [ArgumentUsage("for test again")]
            params string[] strList)
        {

        }
    }
DerivedClass