IEnumValueFactory<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory to create a new enum value of the specified type.
public interface IEnumValueFactory<T> where T : IEnumValue
type IEnumValueFactory<'T (requires 'T :> IEnumValue)> = interface
Public Interface IEnumValueFactory(Of T)
Type Parameters
- T
Type to create enum.
- Derived
Methods
Create(String) |
Creates an enum value with the supplied value. |