Compartir a través de


ImmutableInterlocked.InterlockedInitialize<T> Método

Definición

Si no se ha inicializado la matriz se establece una matriz en la matriz especificada.

public:
generic <typename T>
 static bool InterlockedInitialize(System::Collections::Immutable::ImmutableArray<T> % location, System::Collections::Immutable::ImmutableArray<T> value);
public static bool InterlockedInitialize<T> (ref System.Collections.Immutable.ImmutableArray<T> location, System.Collections.Immutable.ImmutableArray<T> value);
static member InterlockedInitialize : ImmutableArray * System.Collections.Immutable.ImmutableArray<'T> -> bool
Public Shared Function InterlockedInitialize(Of T) (ByRef location As ImmutableArray(Of T), value As ImmutableArray(Of T)) As Boolean

Parámetros de tipo

T

Tipo de elemento almacenado por la matriz.

Parámetros

location
ImmutableArray<T>

Matriz que se va a establecer en el valor especificado.

value
ImmutableArray<T>

Valor en el que está establecido el parámetro location, si no se ha inicializado.

Devoluciones

true si a la matriz se le asignó el valor especificado; de lo contrario, false.

Se aplica a