SNMPCollectionBase.CopyTo Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > SNMPCollectionBase Class > SNMPCollectionBase Methods >

SNMPCollectionBase.CopyTo Method

BR.AN.PviServices .NET


Copies the Hashtable elements to a one-dimensional System.Array instance at the specified index.

[Visual Basic]

Public Overridable Sub CopyTo( _

  ByVal array As Array, _

  ByVal arrayIndex As Integer _

) _

   Implements ICollection.CopyTo

[C#]

public virtual void CopyTo(

  Array array,

  int arrayIndex

);

Parameters

array

The one-dimensional System.Array that is the destination of the System.Collections.DictionaryEntry objects copied from System.Collections.Hashtable. The System.Array must have zero-based indexing.

arrayIndex

The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

SNMPCollectionBase Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]