ArrayBuilder<T>.ToImmutableAndFree Method

Definition

Realizes the array and disposes the builder in one operation.

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

Returns

Applies to