PreprocessorResult - конструктор |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public PreprocessorResult(
string source,
IList<string> usings,
IList<string> references
)
Public Sub New (
source As String,
usings As IList(Of String),
references As IList(Of String)
)
public:
PreprocessorResult(
String^ source,
IList<String^>^ usings,
IList<String^>^ references
)
new :
source : string *
usings : IList<string> *
references : IList<string> -> PreprocessorResult
Параметры
- source
- Тип: SystemString
- usings
- Тип: System.Collections.GenericIListString
- references
- Тип: System.Collections.GenericIListString
См. также