PlaceholderHelperParseJoinsT - метод
Пространство имён: Tessa.Platform.PlaceholdersСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 String
-
- onJoinParse ActionT, String, String, Int32, Int32
-
- T