TicketImporter.JiraTypeMap.this C# (CSharp) Method

this() public method

public this ( string lookUp ) : string
lookUp string
return string
        public string this[string lookUp]
        {
            get { return map[lookUp]; }
        }