'Declaration Public Class SyncSqlParameterCollection Inherits System.Collections.ObjectModel.Collection(Of DbParameter) Implements System.Collections.Generic.ICollection(Of DbParameter), System.Collections.Generic.IEnumerable(Of DbParameter), System.Collections.Generic.IList(Of DbParameter), System.Collections.Generic.IReadOnlyCollection(Of DbParameter), System.Collections.Generic.IReadOnlyList(Of DbParameter), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public class SyncSqlParameterCollection : System.Collections.ObjectModel.Collection<DbParameter>, System.Collections.Generic.ICollection<DbParameter>, System.Collections.Generic.IEnumerable<DbParameter>, System.Collections.Generic.IList<DbParameter>, System.Collections.Generic.IReadOnlyCollection<DbParameter>, System.Collections.Generic.IReadOnlyList<DbParameter>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList