InplaceStringBuilder 구조체

정의

주의

This type is obsolete and will be removed in a future version.

주의

This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).

문자열을 빠르게 할당하지 않고 연결하기 위한 메커니즘을 제공합니다.

public value class InplaceStringBuilder
public struct InplaceStringBuilder
[System.Obsolete("This type is obsolete and will be removed in a future version.")]
public struct InplaceStringBuilder
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)]
public struct InplaceStringBuilder
type InplaceStringBuilder = struct
[<System.Obsolete("This type is obsolete and will be removed in a future version.")>]
type InplaceStringBuilder = struct
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)>]
type InplaceStringBuilder = struct
Public Structure InplaceStringBuilder
상속
InplaceStringBuilder
특성

생성자

InplaceStringBuilder(Int32)
사용되지 않음.
사용되지 않음.

InplaceStringBuilder 클래스의 새 인스턴스를 초기화합니다.

속성

Capacity
사용되지 않음.
사용되지 않음.

현재 InplaceStringBuilder 개체에 포함될 수 있는 문자 수를 가져옵니다.

메서드

Append(Char)
사용되지 않음.
사용되지 않음.

현재 InplaceStringBuilder instance 끝에 문자를 추가합니다.

Append(String)
사용되지 않음.
사용되지 않음.

현재 InplaceStringBuilder instance 끝에 문자열을 추가합니다.

Append(String, Int32, Int32)
사용되지 않음.
사용되지 않음.

현재 InplaceStringBuilder instance 끝에 부분 문자열을 추가합니다.

Append(StringSegment)
사용되지 않음.
사용되지 않음.

현재 InplaceStringBuilder instance 끝에 문자열 세그먼트를 추가합니다.

ToString()
사용되지 않음.
사용되지 않음.

이 instance 값을 문자열로 변환합니다.

적용 대상