C#: How to create “aliases” for classes

前端 未结 7 1623
你的背包
你的背包 2020-12-17 18:43

I don\'t even know if it\'s called an alias, but let me continue anyway.

You know how the System.String type in C# is sorta \"aliased\" with \"string\"? In Visual S

相关标签:
7条回答
  • 2020-12-17 19:36

    You can do this :

    using Rppr = RelocatedPlantProductReleaseItem;
    
    0 讨论(0)
提交回复
热议问题