ImmutableArray<T>.CastArray<TOther> Метод

Определение

Инициализирует новый экземпляр структуры ImmutableArray<T> путем приведения базового массива к массиву типа TOther.

public:
generic <typename TOther>
 where TOther : class System::Collections::Immutable::ImmutableArray<TOther> CastArray();
public System.Collections.Immutable.ImmutableArray<TOther> CastArray<TOther> () where TOther : class;
member this.CastArray : unit -> System.Collections.Immutable.ImmutableArray<'Other (requires 'Other : null)> (requires 'Other : null)
Public Function CastArray(Of TOther As Class) () As ImmutableArray(Of TOther)

Параметры типа

TOther

Тип элементов возвращаемого массива.

Возвращаемое значение

ImmutableArray<TOther>

Неизменяемый экземпляр массива, элементы которого приведены к новому типу.

Исключения

Актерский состав является незаконным.

Применяется к