System.Collections.Specialized.NameValueCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( String name ) : String
name String
리턴 String
        public String this[String name]
        {
            get
            {
                return Get(name);
            }

            set
            {
                Set(name, value);
            }
        }

Same methods

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