Gets a value indicating whether this instance is dummy.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public bool IsDummy { get; internal set; } |
Visual Basic |
---|
Public Property IsDummy As Boolean Get Friend Set |
Visual C++ |
---|
public: property bool IsDummy { bool get (); internal: void set (bool value); } |