Skip to content

Case insensitive access #34

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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