BooCompiler.Tests.GenericsTestFixture.GetRelativeTestCasesPath C# (CSharp) Метод

GetRelativeTestCasesPath() защищенный Метод

protected GetRelativeTestCasesPath ( ) : string
Результат string
		override protected string GetRelativeTestCasesPath()
		{
			return "net2/generics";
		}
	}
GenericsTestFixture