Gets the options.
Namespace: Cudafy.CompilersAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public IEnumerable<string> Options { get; } |
Visual Basic |
---|
Public ReadOnly Property Options As IEnumerable(Of String) Get |
Visual C++ |
---|
public: virtual property IEnumerable<String^>^ Options { IEnumerable<String^>^ get () sealed; } |