System::Text::RegularExpressions::Match::Match 构造函数
Match::Match constructor
构造函数。
System::Text::RegularExpressions::Match::Match(const UStringPtr &source, int index, int length)
| 参数 | 类型 | 描述 |
|---|---|---|
| 源 | const UStringPtr& | 源字符串。 |
| index | int | Match 起始索引。 |
| length | int | Match 长度。 |
另见
- Typedef UStringPtr
- Class Match
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++