Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string PTX { get; internal set; } |
Visual Basic |
---|
Public Property PTX As String
Get
Friend Set |
Visual C++ |
---|
public:
property String^ PTX {
String^ get ();
internal: void set (String^ value);
} |
See Also