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