ResourceDictionary.ICollection<KeyValuePair<String,Object>>.CopyTo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Xamarin.Forms プラットフォームによる内部使用向け。
void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);
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
パラメーター
- array
- System.Collections.Generic.KeyValuePair<System.String,System.Object>[]
Xamarin.Forms プラットフォームによる内部使用向け。
- arrayIndex
- System.Int32
Xamarin.Forms プラットフォームによる内部使用向け。
実装
System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)