This constructor duplicates an existing TemporaryOverride object, creates it in the specified parent, and sets its array position.
Public Sub New( parent As MenuGroup, source As TemporaryOverride, index As Integer )
public TemporaryOverride( MenuGroup parent, TemporaryOverride source, int index );
|
Parameters |
Description |
|
MenuGroup parent |
Input the parent. |
|
TemporaryOverride source |
Input the source override object to duplicate. |
|
int index |
Input the index at which to insert the TemporaryOverrride in the parent. |
| Comments? |