ArrayBuilder<T>.ToDowncastedImmutable<U> 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, downcasting each element to a derived type.
public:
generic <typename U>
where U : T System::Collections::Immutable::ImmutableArray<U> ToDowncastedImmutable();
public System.Collections.Immutable.ImmutableArray<U> ToDowncastedImmutable<U> () where U : T;
member this.ToDowncastedImmutable : unit -> System.Collections.Immutable.ImmutableArray<#'T>
Public Function ToDowncastedImmutable(Of U As T) () As ImmutableArray(Of U)
Type Parameters
- U