Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public string CompilerArguments { get; private set; }
Visual Basic
Public Property CompilerArguments As String
	Get
	Private Set
Visual C++
public:
property String^ CompilerArguments {
	String^ get ();
	private: void set (String^ value);
}

See Also