Click or drag to resize

Emulate3DTestCaseSourceAttribute(Type, String) Constructor

Initializes a new instance of the Emulate3DTestCaseSourceAttribute class

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Emulate3DTestCaseSourceAttribute(
	Type sourceType,
	string sourceName
)

Parameters

sourceType  Type

[Missing <param name="sourceType"/> documentation for "M:Demo3D.TestRunner.Emulate3DTestCaseSourceAttribute.#ctor(System.Type,System.String)"]

sourceName  String

[Missing <param name="sourceName"/> documentation for "M:Demo3D.TestRunner.Emulate3DTestCaseSourceAttribute.#ctor(System.Type,System.String)"]

See Also