InplaceStringBuilder 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is obsolete and will be removed in a future version.
public value class InplaceStringBuilder
public struct InplaceStringBuilder
[System.Obsolete("This type is obsolete and will be removed in a future version.")]
public struct InplaceStringBuilder
type InplaceStringBuilder = struct
[<System.Obsolete("This type is obsolete and will be removed in a future version.")>]
type InplaceStringBuilder = struct
Public Structure InplaceStringBuilder
- 继承
- 属性
构造函数
InplaceStringBuilder(Int32) |
属性
Capacity |
方法
Append(Char) | |
Append(String) | |
Append(String, Int32, Int32) | |
Append(StringSegment) | |
ToString() |