Share via


IStateDescriptorFactory<T> Interface

Definition

Defines an interface for a factory that creates StateDescriptors.

generic <typename T>
public interface class IStateDescriptorFactory
public interface class IStateDescriptorFactory
template <typename T>
__interface IStateDescriptorFactory
public interface IStateDescriptorFactory<T>
type IStateDescriptorFactory<'T> = interface
Public Interface IStateDescriptorFactory(Of T)

Type Parameters

T

The type T used by the StateDescriptor.

Derived

Methods

Create()

Creates a new StateDescriptor based upon custom logic.

Applies to