Show / Hide Table of Contents

    Class Showing

    Inheritance
    System.Object
    Showing
    Namespace: Lucene.Net.Support.C5
    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
    Name Description
    T
    | 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
    Name Description
    K
    V
    | Improve this Doc View Source

    ShowString(IShowable, String, IFormatProvider)

    Declaration
    public static String ShowString(IShowable showable, String format, IFormatProvider formatProvider)
    Parameters
    Type Name Description
    IShowable showable
    String format
    IFormatProvider formatProvider
    Returns
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)