IronRuby.Builtins.MutableString.Content.Append C# (CSharp) Method

Append() public abstract method

public abstract Append ( Content content, int start, int count ) : void
content Content
start int
count int
return void
            public abstract void Append(Content/*!*/ content, int start, int count);
            public abstract void AppendTo(BinaryContent/*!*/ content, int start, int count);

Same methods

MutableString.Content::Append ( System.Stream stream, int count ) : void
MutableString.Content::Append ( byte b, int repeatCount ) : void
MutableString.Content::Append ( byte bytes, int start, int count ) : void
MutableString.Content::Append ( char c, int repeatCount ) : void
MutableString.Content::Append ( char chars, int start, int count ) : void
MutableString.Content::Append ( string str, int start, int count ) : void