Gets the constants.

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

Syntax

C#
public Dictionary<string, KernelConstantInfo> Constants { get; internal set; }
Visual Basic
Public Property Constants As Dictionary(Of String, KernelConstantInfo)
	Get
	Friend Set
Visual C++
public:
property Dictionary<String^, KernelConstantInfo^>^ Constants {
	Dictionary<String^, KernelConstantInfo^>^ get ();
	internal: void set (Dictionary<String^, KernelConstantInfo^>^ value);
}

See Also