Our new developer documentation is now available. Please check it out!
RoomCollection.CopyTo
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public void CopyTo(Room[] array, int arrayIndex)
Copies rooms of the collection to an array
Parameters
Name | Type | Description |
---|---|---|
array | Room[] | target array |
arrayIndex | Int32 | array offset |