IronRuby.Tests.Tests.TestBigInt C# (CSharp) Method

TestBigInt() private method

private TestBigInt ( string number, int @base ) : void
number string
@base int
return void
        private void TestBigInt(string/*!*/ number, int @base) {
            TestBigInt(number, @base, 10);
        }

Same methods

Tests::TestBigInt ( string number, int @base, int repeat ) : void
Tests