Spread Silverlight Documentation
AddRange(ICollection) Method


The StyleInfoCollection or array of StyleInfo objects to add to the collection.
Adds an array of styles (StyleInfo object) to the collection.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.