Partager via


IAnonymousTypeFactory<TContext> Interface

Definition

generic <typename TContext>
public interface class IAnonymousTypeFactory
public interface IAnonymousTypeFactory<in TContext>
type IAnonymousTypeFactory<'Context> = interface
Public Interface IAnonymousTypeFactory(Of In TContext)

Type Parameters

TContext
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

Create(AnonymousTypeDescriptor, TContext)

Applies to