BooCompiler.Tests.GenericsTestFixture.GetRelativeTestCasesPath C# (CSharp) Method

GetRelativeTestCasesPath() protected method

protected GetRelativeTestCasesPath ( ) : string
return string
		override protected string GetRelativeTestCasesPath()
		{
			return "net2/generics";
		}
	}
GenericsTestFixture