| Visual Basic (Declaration) | |
|---|---|
Public MustInherit NotInheritable Class Enum(Of T) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static class Enum<T> | |
| Managed Extensions for C++ | |
|---|---|
public __gc abstract __sealed class Enum<T> | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class Enum abstract sealed | |
- T
- The enumeration type.
System.Object
Leadtools.Dicom.Scu.Common.Enum
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code