M_Cyjb_StringView_GetOrigin - CYJB/Cyjb GitHub Wiki
返回字符串视图的原始字符串及其位置。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public void GetOrigin(
out string text,
out int start,
out int length
)
- text
- Type: System.String
原始字符串。 - start
- Type: System.Int32
视图的起始索引。 - length
- Type: System.Int32
视图的查高度。