public static void AppendScore<T>( this List<IScoreObject> scoreList, string key, ushort userID, T value ) where T : struct, new(), IConvertible
In This Article