Skip to content

Case insensitive access #34

@heebtob

Description

@heebtob

internal Dictionary<string, object> members = new Dictionary<string, object> ();

Would it be possible to access the keys case insensitive, if the initialitazion of the dictionary were like this:

internal Dictionary<string, object> members = new Dictionary<string, object> (StringComparer.InvariantCultureIgnoreCase);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions