编程语言
首页 > 编程语言> > 【Unity|C#】基础篇(7)——属性(Property) / 索引器(Indexer)

【Unity|C#】基础篇(7)——属性(Property) / 索引器(Indexer)

作者:互联网

【学习资料】

        > 在线文档

            官方文档:https://docs.microsoft.com/zh-cn/dotnet/csharp/

            菜鸟教程(高级教程)https://www.runoob.com/csharp/csharp-tutorial.html

        > 视频教程

            腾讯学院、Siki学院

        > 书籍 

    《C#图解教程》(第6章)https://www.cnblogs.com/moonache/p/7687551.html

 

【学习内容】 

  > 菜鸟教程:高级教程部分(属性、索引器)

  > 《C#图解教程》:第六章

 


【属性Property】

 

 

 

 

 


【索引器Indexer】

 

 

 

标签:index,set,get,C#,age,Indexer,int,Unity,public
来源: https://www.cnblogs.com/shahdza/p/12239066.html