Gets the types.

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

Syntax

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

See Also