IElementConfiguration<TElement> Interface

Definition

Helper that handles storing and lookup of platform specifics implementations

generic <typename TElement>
 where TElement : Elementpublic interface class IElementConfiguration
public interface IElementConfiguration<out TElement> where TElement : Element
type IElementConfiguration<'Element (requires 'Element :> Element)> = interface
Public Interface IElementConfiguration(Of Out TElement)

Type Parameters

TElement

The element type.

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

Methods

On<T>()

Returns the platform-specific instance of this TElement, on which a platform-specific method may be called.

Applies to