IronRuby.Builtins.Range.Subclass.Copy C# (CSharp) Method

Copy() protected method

protected Copy ( ) : Range
return Range
            protected override Range/*!*/ Copy() {
                return new Subclass(this);
            }
        }
Range.Subclass