You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member requires explicit implementation to resolve ambiguity.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member requires explicit implementation to resolve ambiguity.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
222
231
intICollection<KeyValuePair<string,object>>.Count
223
232
{
224
233
get{returncollection.Count;}
225
234
}
226
235
236
+
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
@@ -329,6 +339,7 @@ public ICollection<object> Values
329
339
330
340
#region IScriptableObject implementation
331
341
342
+
[SuppressMessage("Microsoft.Design","CA1033:InterfaceMethodsShouldBeCallableByChildTypes",Justification="This member is not expected to be re-implemented in derived classes.")]
0 commit comments