IndexingParametersConfiguration.ICollection<KeyValuePair<String,Object>>.CopyTo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。
void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] destination, int offset);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
Sub CopyTo (destination As KeyValuePair(Of String, Object)(), offset As Integer) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
パラメーター
- destination
- KeyValuePair<String,Object>[]
- offset
- Int32
実装
例外
array
が null
です。
arrayIndex
が 0 未満です。
コピー元の ICollection<T> の要素数が、コピー先 array
の arrayIndex
から最後までの使用可能領域を超えています。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET