共用方式為


MajorObject 建構

Initializes a new major object as implemented by the derived class.

多載清單 

  名稱 描述
受保護的方法 MajorObject() () () () Initializes a new major object as implemented by the derived class using default values.
受保護的方法 MajorObject(String) Initializes a new major object as implemented by the derived class using the specified object name.
受保護的方法 MajorObject(String, String) Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

頂端