CompilationHelperParseSource - метод

Definition

Пространство имён: Tessa.Compilation
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public static ICompilationSource ParseSource(
	string name,
	string source,
	IEnumerable<string>? usings = null,
	IEnumerable<string>? statics = null,
	IEnumerable<string>? references = null
)

Параметры

name  String
 
source  String
 
usings  IEnumerableString  (Optional)
 
statics  IEnumerableString  (Optional)
 
references  IEnumerableString  (Optional)
 

Возвращаемое значение

ICompilationSource

См. также