InplaceStringBuilder 구조체

정의

주의

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
[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
[<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
특성

생성자

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

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

속성

Name Description
Capacity
사용되지 않음.

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

메서드

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

현재 InplaceStringBuilder 인스턴스의 끝에 문자를 추가합니다.

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

현재 InplaceStringBuilder 인스턴스의 끝에 부분 문자열을 추가합니다.

Append(String)
사용되지 않음.

현재 InplaceStringBuilder 인스턴스의 끝에 문자열을 추가합니다.

Append(StringSegment)
사용되지 않음.

문자열 세그먼트를 현재 InplaceStringBuilder 인스턴스의 끝에 추가합니다.

ToString()
사용되지 않음.

이 인스턴스의 값을 String으로 변환합니다.

적용 대상