Gets the options.

Namespace: Cudafy.Compilers
Assembly: 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;
}

See Also