Summary
Copies the contents of the 
		Animancer.FSM.StateMachine`2.Dictionary to the `array` starting at the `arrayIndex`.- Assembly
- Animancer.dll 
- Namespace
- Animancer.FSM 
- Containing Type
- StateMachine<TKey, TState> 
Syntax
public void CopyTo(KeyValuePair<TKey, TState>[] array, int arrayIndex)Parameters
| Name | Type | Description | 
|---|---|---|
| array | KeyValuePair | |
| arrayIndex | int | 
Return Value
| Type | Description | 
|---|---|
| void |