ExpectedEvent.OtherToString C# (CSharp) Méthode

OtherToString() protected méthode

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