S bool Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) |
Show Object obj by appending it to stringbuilder| Returns: | True if obj was shown completely. | | Parameters: | | obj: | | | stringbuilder: | | | rest: | | | formatProvider: | |
|
S bool ShowCollectionValue<T>(ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) | | Returns: | True if collection was shown completely | | Parameters: | | items: | | | stringbuilder: | | | rest: | | | formatProvider: | |
|
S bool ShowDictionary<K,V>(IDictionary<K,V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) | | Returns: | | | Parameters: | | dictionary: | | | stringbuilder: | | | formatProvider: | | | rest: | |
|
S string ShowString(IShowable showable, string format, System.IFormatProvider formatProvider) | | Returns: | | | Parameters: | | showable: | | | format: | | | formatProvider: | |
|