Namespace:
RainWorx.FrameWorx.Utility
Assembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Syntax
C#
public static Hierarchy<TKey, TValue> Generate( IEnumerable<TValue> items, string idProperty, string parentProperty )
Parameters
- items
- Type: System.Collections.GenericIEnumerableTValue
- idProperty
- Type: SystemString
- parentProperty
- Type: SystemString
Return Value
Type: HierarchyTKey, TValueSee Also