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

Syntax

C#
public IEnumerable<string> Outputs { get; }
Visual Basic
Public ReadOnly Property Outputs As IEnumerable(Of String)
	Get
Visual C++
public:
property IEnumerable<String^>^ Outputs {
	IEnumerable<String^>^ get ();
}

See Also