QualifierDataCollection.CopyTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the QualifierDataCollection object into an array.
Overloads
CopyTo(Array, Int32) |
Copies the QualifierDataCollection into an array. |
CopyTo(QualifierData[], Int32) |
Copies the QualifierDataCollection into a specialized QualifierData array. |
CopyTo(Array, Int32)
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
Copies the QualifierDataCollection into an array.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
Parameters
- array
- Array
The array to which to copy the QualifierDataCollection.
- index
- Int32
The index from which to start copying.
Implements
Remarks
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See also
Applies to
CopyTo(QualifierData[], Int32)
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
- Source:
- QualifierSet.cs
Copies the QualifierDataCollection into a specialized QualifierData array.
public:
void CopyTo(cli::array <System::Management::QualifierData ^> ^ qualifierArray, int index);
public void CopyTo (System.Management.QualifierData[] qualifierArray, int index);
member this.CopyTo : System.Management.QualifierData[] * int -> unit
Public Sub CopyTo (qualifierArray As QualifierData(), index As Integer)
Parameters
- qualifierArray
- QualifierData[]
The specialized array of QualifierData objects to which to copy the QualifierDataCollection.
- index
- Int32
The index from which to start copying.
Remarks
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.