Click or drag to resize
ToStringBuilderAppendManyT Method
Append an enumerable field to the string representation.

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

Parameters

fieldName
Type: SystemString
The field name.
field
Type: System.Collections.GenericIEnumerableT
The field value.

Type Parameters

T
The type of items in the field.

Return Value

Type: ToStringBuilder
The ToStringBuilder to chain calls.
See Also