Pomona.MappedTypeExtensions.MappedTypeExtensions C# (CSharp) Méthode

MappedTypeExtensions() static private méthode

static private MappedTypeExtensions ( ) : System
Résultat System
        static MappedTypeExtensions()
        {
            numberTypes = new[]
            {
                typeof(int), typeof(double), typeof(float), typeof(long), typeof(byte),
                typeof(short)
            };
        }