Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricCollection Class / CopyTo Method
The existing array to copy the dictionary into
The zero-based index to start copying from.

In This Topic
    CopyTo Method (MetricCollection)
    In This Topic
    Copies the entire contents of the dictionary into the provided array starting at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array() As IMetric, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       IMetric[] array,
       int arrayIndex
    )

    Parameters

    array
    The existing array to copy the dictionary into
    arrayIndex
    The zero-based index to start copying from.
    Remarks
    The provided array must be large enough to contain the entire contents of this dictionary starting with the specified index.
    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