'Declaration
Public Sub AddRange( _ ByVal array As PdfCosArray _ )
'Usage
Dim instance As PdfCosArray Dim array As PdfCosArray instance.AddRange(array)
public void AddRange( PdfCosArray array )
public: void AddRange( PdfCosArray^ array )
Parameters
- array
- The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.