'Declaration Public Overrides Sub AddRange( _ ByVal c As ICollection _ )
'Usage Dim instance As DataSeries Dim c As ICollection instance.AddRange(c)
public override void AddRange( ICollection c )
Parameters
- c
- source collection
'Declaration Public Overrides Sub AddRange( _ ByVal c As ICollection _ )
'Usage Dim instance As DataSeries Dim c As ICollection instance.AddRange(c)
public override void AddRange( ICollection c )
Exception | Description |
---|---|
System.ArgumentNullException | c is a null reference |
System.ArgumentException | The enumerator of the collection cannot be obtained |
System.Exception | The collection contains an incompatible object |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DataSeries Class
DataSeries Members
Base Implementation in AddRange