コード例 #1
0
            public static BrokenLibrary /*!*/ Factory(RubyClass /*!*/ self, object arg1, object arg2, object arg3)
            {
                BrokenLibrary result = new BrokenLibrary(GetMessage(arg2, arg3));

                // RubyExceptionData.InitializeException(result, message);
                return(result);
            }
コード例 #2
0
ファイル: Iconv.cs プロジェクト: rudimk/dlr-dotnet
 public static BrokenLibrary/*!*/ Factory(RubyClass/*!*/ self, object arg1, object arg2, object arg3) {
     BrokenLibrary result = new BrokenLibrary(GetMessage(arg2, arg3));
     // RubyExceptionData.InitializeException(result, message);
     return result;
 }