Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class EnumPriorityConverter(Of T As {New, IComparable, IFormattable, IConvertible, Struct}) Implements IPriorityConverter(Of T) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EnumPriorityConverter(Of T) |
C# | |
---|---|
public sealed class EnumPriorityConverter<T> : IPriorityConverter<T> where T: new(), IComparable, IFormattable, IConvertible, struct |
C++/CLI | |
---|---|
generic<typename T> public ref class EnumPriorityConverter sealed : public IPriorityConverter<T> where T: gcnew(), IComparable, IFormattable, IConvertible, value class |
- T
System.Object
SourceCode.Collections.Concurrent.EnumPriorityConverter<T>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2