M_Cyjb_StringView__ctor - CYJB/Cyjb GitHub Wiki
创建指定字符串的视图。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public StringView(
string? text
)
- text
- Type: System.String
要创建视图的字符串。
如果 text 为 null
,会返回空视图。