<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > SNMPCollectionBase Class > SNMPCollectionBase Methods > SNMPCollectionBase.CopyTo Method |
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
);
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.
SNMPCollectionBase Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]