Constructor SavedPropertiesItem
SavedPropertiesItem(AbstractControl, ConcurrentStack<PropInstanceAndValue>)
Initializes a new instance of the PropInstanceAndValue.SavedPropertiesItem struct with the specified parameters.
public SavedPropertiesItem(AbstractControl container, ConcurrentStack<PropInstanceAndValue> savedProps)
Parameters
container
AbstractControlContainer control which properties are saved.
savedProps
ConcurrentStack<PropInstanceAndValue>Information about the saved properties.