Initializes a new instance of the CudafyDummyAttribute class.

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

Syntax

C#
public CudafyDummyAttribute(
	eCudafyType type
)
Visual Basic
Public Sub New ( _
	type As eCudafyType _
)
Visual C++
public:
CudafyDummyAttribute(
	eCudafyType type
)

Parameters

type
Type: Cudafy..::..eCudafyType
The type.

See Also