Table of Contents

Method ApplyDataAsArray

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ApplyDataAsArray<T>(IEnumerableTree)

Applies IEnumerableTree data to the property specified in Instance and PropInfo.

protected void ApplyDataAsArray<T>(IEnumerableTree tree)

Parameters

tree IEnumerableTree

Data to apply.

Type Parameters

T

Type of the item in the result collection.