System.Collections.Specialized.NameValueCollection.this C# (CSharp) Method

this() public method

public this ( string name ) : string
name string
return string
        public string this[string name] { get { throw null; } set { } }
        public void Add(System.Collections.Specialized.NameValueCollection c) { }

Same methods

NameValueCollection::this ( String name ) : String
NameValueCollection::this ( int index ) : String
NameValueCollection::this ( int index ) : string