CompilationHelperParseSource - метод |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static ICompilationSource ParseSource(
string name,
string source,
IEnumerable<string> usings = null,
IEnumerable<string> references = null
)
Public Shared Function ParseSource (
name As String,
source As String,
Optional usings As IEnumerable(Of String) = Nothing,
Optional references As IEnumerable(Of String) = Nothing
) As ICompilationSource
public:
static ICompilationSource^ ParseSource(
String^ name,
String^ source,
IEnumerable<String^>^ usings = nullptr,
IEnumerable<String^>^ references = nullptr
)
static member ParseSource :
name : string *
source : string *
?usings : IEnumerable<string> *
?references : IEnumerable<string>
(* Defaults:
let _usings = defaultArg usings null
let _references = defaultArg references null
*)
-> ICompilationSource
Параметры
- name
- Тип: SystemString
- source
- Тип: SystemString
- usings (Optional)
- Тип: System.Collections.GenericIEnumerableString
- references (Optional)
- Тип: System.Collections.GenericIEnumerableString
Возвращаемое значение
Тип:
ICompilationSourceСм. также