Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesDouble Class / AddRange Method / AddRange(ICollection) Method
source collection


In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds the elements of the specified collection to the end of the data series. The operation is type safe.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub AddRange( _
       ByVal collection As System.Collections.ICollection _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesDouble
    Dim collection As System.Collections.ICollection
     
    instance.AddRange(collection)
    public override void AddRange( 
       System.Collections.ICollection collection
    )

    Parameters

    collection
    source collection
    Exceptions
    ExceptionDescription
    c is a null reference
    The enumerator of the collection cannot be obtained
    The collection contains an incompatible object
    Requirements

    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

    See Also