Method ShowCollectionValue
ShowCollectionValue<T>(ICollectionValue<T>, Text.StringBuilder, ref Int32, IFormatProvider)
Declaration
public static bool ShowCollectionValue<T>(ICollectionValue<T> items, Text.StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
ICollectionValue<T> |
items |
|
System.Text.StringBuilder |
stringbuilder |
|
System.Int32 |
rest |
|
IFormatProvider |
formatProvider |
|
Returns
Type |
Description |
System.Boolean |
True if collection was shown completely
|
Type Parameters