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

Syntax

C#
public ePlatform Platform { get; protected set; }
Visual Basic
Public Property Platform As ePlatform
	Get
	Protected Set
Visual C++
public:
property ePlatform Platform {
	ePlatform get ();
	protected: void set (ePlatform value);
}

See Also