Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Forms.Auto Namespace > MasterFormsCategoryCollection Class : CopyTo Method |
public virtual void CopyTo( IMasterFormsCategory[] array, int arrayIndex )
'Declaration Public Overridable Sub CopyTo( _ ByVal array() As IMasterFormsCategory, _ ByVal arrayIndex As Integer _ )
'Usage Dim instance As MasterFormsCategoryCollection Dim array() As IMasterFormsCategory Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
public: virtual void CopyTo( array<IMasterFormsCategory^>^ array, int arrayIndex )