当前位置:  开发笔记 > 编程语言 > 正文

可以在c#中获取别名类型的类型?

如何解决《可以在c#中获取别名类型的类型?》经验,为你挑选了1个好方法。



1> configurator..:

这在程序上是不可能的,因为'别名'实际上是在C#中引入的关键字,并且Type.GetType(像所有其他框架方法一样)是与语言无关的框架的一部分.

您可以使用以下值创建字典:

    bool      System.Boolean
    byte      System.Byte
    sbyte     System.SByte
    char      System.Char
    decimal   System.Decimal
    double    System.Double
    float     System.Single
    int       System.Int32
    uint      System.UInt32
    long      System.Int64
    ulong     System.UInt64
    object    System.Object
    short     System.Int16
    ushort    System.UInt16
    string    System.String

推荐阅读
赛亚兔备_393
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有