私はAPNで何かをビルドしようとしていたときにこのコードブロックを見ました。誰かが "この"声明が何をしているのかを私に説明することができますか?コンストラクタの引数の後のこのステートメント
public ApplePushService(IPushChannelFactory pushChannelFactory, ApplePushChannelSettings channelSettings)
: this(pushChannelFactory, channelSettings, default(IPushServiceSettings))
これらの引数のデフォルト値に似ていますか?
@dasblinkenlight @ dasblinkenlight関連性はありますが、この質問と重複しているわけではありません。 – nawfal
http://stackoverflow.com/questions/3797528/base-and-this-constructors-best-practices – nawfal