相关疑难解决方法(0)

这个语句在构造函数的参数之后

当我尝试使用APN构建内容时,我看到了这个代码块.有人可以解释一下,"这个"陈述是做什么的吗?

public ApplePushService(IPushChannelFactory pushChannelFactory, ApplePushChannelSettings channelSettings)
        : this(pushChannelFactory, channelSettings, default(IPushServiceSettings))
Run Code Online (Sandbox Code Playgroud)

它是否像那些参数的默认值?

c# constructor

8
推荐指数
2
解决办法
290
查看次数

标签 统计

c# ×1

constructor ×1