TypeMarshallerCache.NewPrepend Method

Definition

Overloads

NewPrepend(ITypeMarshallerProvider[])
NewPrepend(IEnumerable<ITypeMarshallerProvider>)

Create a new cache that includes the new providers and then chains to this cache.

NewPrepend(ITypeMarshallerProvider[])

public Microsoft.PowerFx.TypeMarshallerCache NewPrepend(params Microsoft.PowerFx.ITypeMarshallerProvider[] providers);
member this.NewPrepend : Microsoft.PowerFx.ITypeMarshallerProvider[] -> Microsoft.PowerFx.TypeMarshallerCache
Public Function NewPrepend (ParamArray providers As ITypeMarshallerProvider()) As TypeMarshallerCache

Parameters

Returns

Applies to

NewPrepend(IEnumerable<ITypeMarshallerProvider>)

Create a new cache that includes the new providers and then chains to this cache.

public Microsoft.PowerFx.TypeMarshallerCache NewPrepend(System.Collections.Generic.IEnumerable<Microsoft.PowerFx.ITypeMarshallerProvider> providers);
member this.NewPrepend : seq<Microsoft.PowerFx.ITypeMarshallerProvider> -> Microsoft.PowerFx.TypeMarshallerCache
Public Function NewPrepend (providers As IEnumerable(Of ITypeMarshallerProvider)) As TypeMarshallerCache

Parameters

providers
IEnumerable<ITypeMarshallerProvider>

list of providers.

Returns

Applies to