Method ApplyDataAsArray
ApplyDataAsArray<T>(IEnumerableTree)
Applies IEnumerableTree data to the property specified in Instance and PropInfo.
protected void ApplyDataAsArray<T>(IEnumerableTree tree)
Parameters
tree
IEnumerableTreeData to apply.
Type Parameters
T
Type of the item in the result collection.