System::Text::RegularExpressions::Match::Match 构造函数

Match::Match constructor

构造函数。

System::Text::RegularExpressions::Match::Match(const UStringPtr &source, int index, int length)
参数类型描述
const UStringPtr&源字符串。
indexintMatch 起始索引。
lengthintMatch 长度。

另见