当我尝试使用 APN 构建某些东西时,我看到了这个代码块。有人可以解释一下“这个”语句在那里做什么吗?
public ApplePushService(IPushChannelFactory pushChannelFactory, ApplePushChannelSettings channelSettings)
: this(pushChannelFactory, channelSettings, default(IPushServiceSettings))
它像那些参数的默认值吗?