ImmutableList<T>.Builder.ToImmutable 메서드

정의

이 인스턴스의 내용을 기반으로 변경할 수 없는 목록을 만듭니다.

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

반환

변경할 수 없는 목록입니다.

설명

이 메서드는 O(n) 작업이며 이 메서드에 대한 마지막 호출이 0에 접근하기 때문에 집합에 대한 실제 변형 수로 O(log n) 시간에 접근합니다.

적용 대상