BooCompiler.Tests.GenericsTestFixture.GetRelativeTestCasesPath C# (CSharp) Méthode

GetRelativeTestCasesPath() protected méthode

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