J
John Grandy
What is the correct syntax for the following :
Public Class EnumList<T> : Dictionary<int, T>
{
}
Or is this even possible ?
Public Class EnumList<T> : Dictionary<int, T>
{
}
Or is this even possible ?