ImmutableArray<T>.Builder.ToImmutable Methode

Definitie

Retourneert een onveranderbare matrix die de huidige inhoud van dit ImmutableArray<T>.Builderbestand bevat.

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)

Retouren

Een onveranderbare matrix die de huidige inhoud van deze ImmutableArray<T>.Buildermatrix bevat.

Van toepassing op