Class Showing

Bases

object

Method overview

Equals(object obj), Inherited from object ,
Finalize(), Inherited from object ,
GetHashCode(), Inherited from object ,
GetType(), Inherited from object ,
MemberwiseClone(), Inherited from object ,
Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) ,
ShowCollectionValue<T>(ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) ,
ShowDictionary<K,V>(IDictionary<K,V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) ,
ShowString(IShowable showable, string format, System.IFormatProvider formatProvider) ,
ToString(), Inherited from object

Method details

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)
Type parameters:
T
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)
Type parameters:
K
V
Returns:
Parameters:
dictionary:
stringbuilder:
formatProvider:
rest:
S string ShowString(IShowable showable, string format, System.IFormatProvider formatProvider)
Returns:
Parameters:
showable:
format:
formatProvider: