Version: 2022.2
言語: 日本語

StringViewConstructor

マニュアルに切り替える
public StringView (string baseString);

パラメーター

baseString The base string.

説明

Constructs a StringView over an entire string.


public StringView (string baseString, int startIndex);

パラメーター

baseString The base string.
startIndex The starting index of the view.

説明

Constructs a StringView from a string, starting at index startIndex.


public StringView (string baseString, int startIndex, int endIndex);

パラメーター

baseString The base string.
startIndex The starting index of the view.
endIndex The exclusive ending index of the view.

説明

Constructs a StringView from a string, starting at index startIndex and ending at, but not including, index endIndex.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961