ArrayBuilder<T>.ToImmutableAndFree Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)