-2

私は行う方法を知っています:

Class class = new Class();

class.Accessor

方法がわかりません:

class.Property.Accessor
class.Property.Subproperty.Accessor
class.Property.Subproperty.YetAnotherSubproperty.Accessor

類推の例:

ListBox.Items.Count

説明に役立つ類推 (文字通りに解釈しないでください)、ListBox の作成方法は知っています。Count の作成方法は知っていますが、Items の作成方法は知りません。

4

4 に答える 4