ImmutableArray<T>.Builder.ToImmutable Método
Definição
Retorna uma matriz imutável que contém o conteúdo atual deste ImmutableArray<T>.Builder.Returns an immutable array that contains the current contents of this 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)
Retornos
Uma matriz imutável que contém o conteúdo atual deste ImmutableArray<T>.Builder.An immutable array that contains the current contents of this ImmutableArray<T>.Builder.