EntitySet<TEntity>.CopyTo method
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