ServerNamespaceListCopyTo Method

CVB.Net Documentation
Copies the content of this array to the target array starting at the given arrayIndex.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	string[] array,
	int arrayIndex
)

Parameters

array
Type: SystemString
Array to copy to.
arrayIndex
Type: SystemInt32
Starting index in the target array.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference