例如:
using System;
namespace YourNamespace
{
public class YourClass
{
private int a = 100;
public string haha(string text='haha')
{
return text;
}
}
}
載入 類別路徑;
命名空間 命名空間名稱
開始
封裝 型別 類別名稱
開始
封裝 型別 變數名稱 = 數值;
封裝 型別 函式名稱(宣告傳入參數型別 變數名稱=預設值)
開始
遞回 宣告傳入的變數值;
結束
結束