BaseEnumStringConverter<T> Class
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.
generic <typename T>
public ref class BaseEnumStringConverter abstract : System::ComponentModel::StringConverter
public abstract class BaseEnumStringConverter<T> : System.ComponentModel.StringConverter
type BaseEnumStringConverter<'T> = class
inherit StringConverter
Public MustInherit Class BaseEnumStringConverter(Of T)
Inherits StringConverter
Type Parameters
- T
- Inheritance
-
BaseEnumStringConverter<T>
- Derived
Constructors
BaseEnumStringConverter<T>() |