コード例 #1
0
ファイル: Func.cs プロジェクト: syatanic/fantom
 public override object toImmutable()
 {
     if (isImmutable())
     {
         return(this);
     }
     throw NotImmutableErr.make().val;
 }