Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class
Methods


In This Topic
    TypeEx Class Members
    In This Topic

    The following tables list the members exposed by TypeEx.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Get default property list of the specified types.  
    Public Methodstatic (Shared in Visual Basic)Returns default public instance parameter-less constructor for the specified type.  
    Public Methodstatic (Shared in Visual Basic)Returns the values of an Enum type (Type.IsEnum == true).  
    Public Methodstatic (Shared in Visual Basic)Get indexed property list of the specified type.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Returns the underlying type of a nullable type: e.g. if Type = double?, then returns double.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is a nullable type.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is any of the numeric data types: double, float, int, uint, long, ulong, short, ushort, sbyte, byte and decimal.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is any of the integral numeric data types: int, uint, long, ulong, short, ushort, sbyte and byte.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is any of the integral unsigned numeric data types: uint, ulong, ushort and byte.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the type is any of the numeric non-integral data types: double, float and decimal.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new instance of this type using the default constructor.  
    Top
    See Also