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

this() public method

public this ( int index ) : string
index int
return string
        public string this[int index] { get { throw null; } }
        public string this[string name] { get { throw null; } set { } }

Same methods

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