API:System.Generics.Collections.TArray.Copy

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure Copy<T>(const Source: array of T; var Destination: array of T;
SourceIndex, DestIndex, Count: NativeInt); overload; static;
class procedure Copy<T>(const Source: array of T; var Destination: array of T;
Count: NativeInt); overload; static;

C++

template<typename T> static void __fastcall Copy(const T *Source, const System::NativeInt Source_High, T *Destination, const System::NativeInt Destination_High, System::NativeInt SourceIndex, System::NativeInt DestIndex, System::NativeInt Count)/* overload */;
template<typename T> static void __fastcall Copy(const T *Source, const System::NativeInt Source_High, T *Destination, const System::NativeInt Destination_High, System::NativeInt Count)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TArray

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。