IConfigElement<T> Interface

Definition

This interface is for internal use by platform renderers.

public interface IConfigElement<out T> where T : Element
type IConfigElement<'T (requires 'T :> Element)> = interface

Type Parameters

T
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

Properties

Element

For internal use by platform renderers.

Applies to