T
EnumPriorityConverter<T> Class
Members See Also 
SourceCode.Collections.Concurrent Namespace : EnumPriorityConverter<T> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class EnumPriorityConverter(Of T As {New, IComparable, IFormattable, IConvertible, Struct}) 
   Implements IPriorityConverter(Of T) 
Visual Basic (Usage) Copy Code
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

Type Parameters

T

Inheritance Hierarchy

System.Object
   SourceCode.Collections.Concurrent.EnumPriorityConverter<T>

Requirements

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

See Also