61 {
62 get
63 {
64 DataCommonEventSource.Log.Trace(
"<comm.DbConnectionStringBuilder.get_Item|API> {0}, keyword='{1}'",
ObjectID,
keyword);
65 ADP.CheckArgumentNull(
keyword,
"keyword");
67 {
69 }
70 throw ADP.KeywordNotSupported(
keyword);
71 }
73 set
74 {
75 ADP.CheckArgumentNull(
keyword,
"keyword");
76 bool flag = false;
78 {
79 string value2 = DbConnectionStringBuilderUtil.ConvertToString(
value);
83 }
84 else
85 {
87 }
89 if (flag)
90 {
92 }
93 }
94 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ContainsKey(TKey key)
PropertyDescriptorCollection _propertyDescriptors
Dictionary< string, object > CurrentValues