BaseAttribute.

ToString(StringBuilder) Method

Summary

Appends this class's string representation to the passed in string builder object. This should be the first thing called when creating a ToString() function of all child classes.
Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Containing Type
BaseAttribute

Syntax

protected void ToString(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

Type Description
void