M_Cyjb_Text_TextSpan_Deconstruct - CYJB/Cyjb GitHub Wiki
解构当前文本范围。
Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public void Deconstruct(
out int start,
out int end
)
- start
- Type: System.Int32
文本范围的起始位置(包含)。 - end
- Type: System.Int32
文本范围的结束位置(不含)。