'Declaration Public Overloads Overridable Sub AddRange( _ ByVal c As System.Collections.ICollection _ )
'Usage Dim instance As StyleInfoCollection Dim c As System.Collections.ICollection instance.AddRange(c)
public virtual void AddRange( System.Collections.ICollection c )
Parameters
- c
- The StyleInfoCollection or array of StyleInfo objects to add to the collection.