EntitySet<TEntity>.CopyTo Method
Include Protected Members
Include Inherited Members
Copies the members of the EntitySet<TEntity> to the specified array beginning at the specified array index.
Overload List
Name | Description | |
---|---|---|
![]() |
CopyTo(Array, Int32) | Copies the members of the EntitySet<TEntity> to the specified array beginning at the specified array index. |
![]() |
CopyTo([], Int32) | Copies the members of the EntitySet<TEntity> to the specified array beginning at the specified array index. |
Top