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

Syntax

C#
public List<CompilerOptions> CompilerOptionsList { get; }
Visual Basic
Public ReadOnly Property CompilerOptionsList As List(Of CompilerOptions)
	Get
Visual C++
public:
property List<CompilerOptions^>^ CompilerOptionsList {
	List<CompilerOptions^>^ get ();
}

See Also