Class Showing
Inheritance
System.Object
Showing
Assembly: Lucene.Net.dll
Syntax
public static class Showing : object
Methods
|
Improve this Doc
View Source
Show(Object, System.Text.StringBuilder, ref Int32, IFormatProvider)
Show
Object obj
by appending it to
stringbuilder
Declaration
public static bool Show(Object obj, System.Text.StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
Object |
obj |
|
System.Text.StringBuilder |
stringbuilder |
|
System.Int32 |
rest |
|
IFormatProvider |
formatProvider |
|
Returns
Type |
Description |
System.Boolean |
True if obj was shown completely.
|
|
Improve this Doc
View Source
ShowCollectionValue<T>(ICollectionValue<T>, System.Text.StringBuilder, ref Int32, IFormatProvider)
Declaration
public static bool ShowCollectionValue<T>(ICollectionValue<T> items, System.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
|
Improve this Doc
View Source
ShowDictionary<K, V>(IDictionary<K, V>, System.Text.StringBuilder, ref Int32, IFormatProvider)
Declaration
public static bool ShowDictionary<K, V>(IDictionary<K, V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
IDictionary<K, V> |
dictionary |
|
System.Text.StringBuilder |
stringbuilder |
|
System.Int32 |
rest |
|
IFormatProvider |
formatProvider |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
Declaration
public static String ShowString(IShowable showable, String format, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
IShowable |
showable |
|
String |
format |
|
IFormatProvider |
formatProvider |
|
Returns