Search Results for

    Show / Hide Table of Contents

    Class DictionaryTools

    Inheritance
    Object
    DictionaryTools
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public static class DictionaryTools

    Methods

    | Improve this Doc View Source

    FilterKeysInDictionary(Dictionary<String, String>, String)

    Declaration
    public static List<string> FilterKeysInDictionary(Dictionary<string, string> dict, string filter)
    Parameters
    Type Name Description
    Dictionary<String, String> dict
    String filter
    Returns
    Type Description
    List<String>
    | Improve this Doc View Source

    WordsHisto(List<String>)

    Declaration
    public static Dictionary<string, int> WordsHisto(List<string> list)
    Parameters
    Type Name Description
    List<String> list
    Returns
    Type Description
    Dictionary<String, Int32>
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top