Click or drag to resize

LogicalNodeViewModelTransferShadowTreeProperties method

Transfers properties from a secured branch to an active branch.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected void TransferShadowTreeProperties(
	
	ObservableCollection<LogicalNodeViewModel> sourceTree,
	
	ObservableCollection<LogicalNodeViewModel> destinationTree,
	
	Stack<int> indices
)

Parameters

sourceTree  ObservableCollectionLogicalNodeViewModel
The secured branch.
destinationTree  ObservableCollectionLogicalNodeViewModel
The active branch.
indices  StackInt32
A stack for caching indices at each hierarchy level.
See also