Gets the type.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public override Type Type { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property Type As Type
Get |
Visual C++ |
---|
public:
virtual property Type^ Type {
Type^ get () override;
} |
See Also