共用方式為


ContactPhone 建構函式

定義

多載

ContactPhone()

建構 ContactPhone 的新執行個體。

ContactPhone(String)

使用各種參數建構 的新實例 ContactPhone

ContactPhone()

建構 ContactPhone 的新執行個體。

public ContactPhone ();

適用於

ContactPhone(String)

使用各種參數建構 的新實例 ContactPhone

public ContactPhone (string phoneNumber);

參數

phoneNumber
System.String

電話號碼。

適用於