Gets or sets the type.

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

Syntax

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

Field Value

The type.

See Also