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

Syntax

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

See Also