MobilePhone コンストラクター

定義

オーバーロード

MobilePhone()

MobilePhone クラスの新しいインスタンスを初期化します。

MobilePhone(String, String)

MobilePhone クラスの新しいインスタンスを初期化します。

MobilePhone()

MobilePhone クラスの新しいインスタンスを初期化します。

public:
 MobilePhone();
public MobilePhone ();
Public Sub New ()

適用対象

MobilePhone(String, String)

MobilePhone クラスの新しいインスタンスを初期化します。

public:
 MobilePhone(System::String ^ name, System::String ^ phoneNumber);
public MobilePhone (string name, string phoneNumber);
Public Sub New (name As String, phoneNumber As String)

パラメーター

name
String

携帯電話に関連付けられている名前。

phoneNumber
String

携帯電話の番号。

適用対象