StylesCopyTo Method
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void CopyTo(
IStyle[] array,
int arrayIndex
)
Public Sub CopyTo (
array As IStyle(),
arrayIndex As Integer
)
abstract CopyTo :
array : IStyle[] *
arrayIndex : int -> unit
override CopyTo :
array : IStyle[] *
arrayIndex : int -> unit
- array IStyle
- The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
ICollectionTCopyTo(T, Int32)