FakePlaceholderScriptParserHasScripts - метод
Метод для проверки наличия в переданном тексте скриптов
Пространство имён: Tessa.Compilation.FakeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool HasScripts(
string text
)
Public Function HasScripts (
text As String
) As Boolean
public:
virtual bool HasScripts(
String^ text
) sealed
abstract HasScripts :
text : string -> bool
override HasScripts :
text : string -> bool
- text String
- Проверяемый текст
BooleanВозвращает true, если в тексте есть скрипты, иначе false
IPlaceholderScriptParserHasScripts(String) NotSupportedException | Метод не поддерживается. |