Share via


ImmutableList.CreateBuilder<T> 메서드

정의

변경할 수 없는 새 목록 작성기를 만듭니다.

public:
generic <typename T>
 static System::Collections::Immutable::ImmutableList<T>::Builder ^ CreateBuilder();
public static System.Collections.Immutable.ImmutableList<T>.Builder CreateBuilder<T> ();
static member CreateBuilder : unit -> System.Collections.Immutable.ImmutableList<'T>.Builder
Public Function CreateBuilder(Of T) () As ImmutableList(Of T).Builder

형식 매개 변수

T

컬렉션에 의해 저장되는 항목의 형식입니다.

반환

변경할 수 없는 컬렉션 작성기입니다.

적용 대상