Gets the functions.

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

Syntax

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

See Also