Npgsql.NpgsqlConnectionStringBuilder.this C# (CSharp) 메소드

this() 공개 메소드

public this ( Keywords keyword ) : object
keyword Keywords
리턴 object
		public object this[Keywords keyword]

		{
			get { return base[GetKeyName(keyword)]; }

			set { SetValue(GetKeyName(keyword), value); }
		}

Same methods

NpgsqlConnectionStringBuilder::this ( string keyword ) : object