Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将 ULParameter 对象从 ULParameterCollection 复制到指定的数组。
Public Overrides Sub CopyTo( ByVal array As Array, ByVal index As Integer )
public override void CopyTo(Array array, int index)
array 向其中复制 ULParameter 对象的数组。
index 数组的起始索引。