Pomona.MappedTypeExtensions.MappedTypeExtensions C# (CSharp) Method

MappedTypeExtensions() static private method

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