Class Showing
Inheritance
System.Object
Showing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public static class Showing
Methods
| Improve this Doc View SourceShow(Object, StringBuilder, ref Int32, IFormatProvider)
Show
Object obj by appending it to stringbuilder
Declaration
public static bool Show(object obj, StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | |
| System.Text.StringBuilder | stringbuilder | |
| System.Int32 | rest | |
| System.IFormatProvider | formatProvider |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if was shown completely.
|
ShowCollectionValue<T>(ICollectionValue<T>, StringBuilder, ref Int32, IFormatProvider)
Declaration
public static bool ShowCollectionValue<T>(ICollectionValue<T> items, StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollectionValue<T> | items | |
| System.Text.StringBuilder | stringbuilder | |
| System.Int32 | rest | |
| System.IFormatProvider | formatProvider |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if collection was shown completely |
Type Parameters
| Name | Description |
|---|---|
| T |
ShowDictionary<K, V>(IDictionary<K, V>, StringBuilder, ref Int32, IFormatProvider)
Declaration
public static bool ShowDictionary<K, V>(IDictionary<K, V> dictionary, StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<K, V> | dictionary | |
| System.Text.StringBuilder | stringbuilder | |
| System.Int32 | rest | |
| System.IFormatProvider | formatProvider |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Type Parameters
| Name | Description |
|---|---|
| K | |
| V |
ShowString(IShowable, String, IFormatProvider)
Declaration
public static string ShowString(IShowable showable, string format, IFormatProvider formatProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowable | showable | |
| System.String | format | |
| System.IFormatProvider | formatProvider |
Returns
| Type | Description |
|---|---|
| System.String |