本文介绍了这是什么意思,公共IDatabase数据库{get {return xxx;}}的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IDatabase在这里是什么意思,我只知道它作为返回类型的接口.告诉更多相关信息.

What does it IDatabase means here, I only know it as a interface as return type. Tell more related to it.

public IDatabase Database{
               get{return xxx;}
                          }

推荐答案


这篇关于这是什么意思,公共IDatabase数据库{get {return xxx;}}的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 10:23