ImmutableList<T>.ToBuilder 메서드

정의

이 목록과 내용이 동일하고 표준 변경 가능한 인터페이스를 사용하여 여러 작업에서 효율적으로 변경할 수 있는 목록을 만듭니다.

public:
 System::Collections::Immutable::ImmutableList<T>::Builder ^ ToBuilder();
public System.Collections.Immutable.ImmutableList<T>.Builder ToBuilder();
member this.ToBuilder : unit -> System.Collections.Immutable.ImmutableList<'T>.Builder
Public Function ToBuilder () As ImmutableList(Of T).Builder

반품

이 목록과 내용이 동일한 만든 목록입니다.

설명

이는 O(1) 작업이며 단일(작은) 메모리 할당만 발생합니다. 반환되는 변경 가능한 목록은 스레드로부터 안전하지 않습니다.

적용 대상