ImmutableArray<T>.Builder.ToImmutable メソッド

定義

この ImmutableArray<T>.Builder の現在の内容を含む、変更できない配列を返します。

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

戻り値

この ImmutableArray<T>.Builder の現在の内容を含む、変更できない配列。

適用対象