System.Net.PathList.this C# (CSharp) Метод

this() публичный Метод

public this ( string s ) : object
s string
Результат object
        public object this[string s] {
            get {
                return m_list[s];
            }
            set {
                m_list[s] = value;
            }
        }