Gets or sets the type.
Namespace: CudafyAssembly: 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); } |