ExpectedEvent.OtherToString C# (CSharp) Method

OtherToString() protected method

protected OtherToString ( System sb ) : void
sb System
return void
    protected virtual void OtherToString(System.Text.StringBuilder sb)
    {
        sb.Append(otherData);
    }