M_Cyjb_Text_TextSpan_op_Implicit - CYJB/Cyjb GitHub Wiki

TextSpan Implicit 转换 (Range to TextSpan)

允许从 Range 隐式转换为 TextSpan

Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static implicit operator TextSpan (
	Range range
)

参数

 

range
Type: System.Range
要转换的范围。

返回值

Type: TextSpan
转换得到的 TextSpan

Exceptions

 

异常 条件
ArgumentException range 包含从结尾进行的索引。

参见

Reference

TextSpan 结构
Cyjb.Text 命名空间

⚠️ **GitHub.com Fallback** ⚠️