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