PlaceholderPreprocessorOnMatching - метод |
Пространство имён:
Tessa.Compilation.Placeholders
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис protected override string OnMatching(
Match match,
IList<string> usings,
IList<string> references
)
Protected Overrides Function OnMatching (
match As Match,
usings As IList(Of String),
references As IList(Of String)
) As String
protected:
virtual String^ OnMatching(
Match^ match,
IList<String^>^ usings,
IList<String^>^ references
) override
abstract OnMatching :
match : Match *
usings : IList<string> *
references : IList<string> -> string
override OnMatching :
match : Match *
usings : IList<string> *
references : IList<string> -> string
Параметры
- match
- Тип: System.Text.RegularExpressionsMatch
- usings
- Тип: System.Collections.GenericIListString
- references
- Тип: System.Collections.GenericIListString
Возвращаемое значение
Тип:
StringСм. также