PlaceholderHelperParseJoinsT - метод |
Пространство имён:
Tessa.Platform.Placeholders
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static void ParseJoins<T>(
T context,
string joinsText,
Action<T, string, string, int, int> onJoinParse
)
where T : PlaceholderParsingContext
Public Shared Sub ParseJoins(Of T As PlaceholderParsingContext) (
context As T,
joinsText As String,
onJoinParse As Action(Of T, String, String, Integer, Integer)
)
public:
generic<typename T>
where T : PlaceholderParsingContext
static void ParseJoins(
T context,
String^ joinsText,
Action<T, String^, String^, int, int>^ onJoinParse
)
static member ParseJoins :
context : 'T *
joinsText : string *
onJoinParse : Action<'T, string, string, int, int> -> unit when 'T : PlaceholderParsingContext
Параметры
- context
- Тип: T
- joinsText
- Тип: SystemString
- onJoinParse
- Тип: SystemActionT, String, String, Int32, Int32
Параметры типа
- T
См. также