Click or drag to resize
ToStringBuilderAppendT Method
Append a field to the string representation.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public ToStringBuilder Append<T>(
	string fieldName,
	T field
)

Parameters

fieldName
Type: SystemString
The field name.
field
Type: T
The field value.

Type Parameters

T
The field type.

Return Value

Type: ToStringBuilder
The ToStringBuilder to chain calls.
See Also