Type converter for nullable enum types.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class NullableEnumConverter<T> : TypeConverter
where T : struct, new()
|
| Visual Basic |
|---|
Public Class NullableEnumConverter(Of T As {Structure, New}) _
Inherits TypeConverter |
| Visual C++ |
|---|
generic<typename T>
where T : value class, gcnew()
public ref class NullableEnumConverter : public TypeConverter |
Type Parameters
- T
- The type of the enum the type converter is intended for.
Inheritance Hierarchy
See Also