type クラス名 = val アクセス修飾子 変数名 : 形名 // 明示的コンストラクタ new() = { 変数名 = 0 } member アクセス修飾子 this.関数名() = () static member public print() = () // クラスメソッド