예제 #1
0
파일: Func.cs 프로젝트: syatanic/fantom
 public override object toImmutable()
 {
     if (isImmutable())
     {
         return(this);
     }
     throw NotImmutableErr.make().val;
 }