Click or drag to resize

DataStructureGetChildren Method

Get list of children object of this datastructure instance

Namespace:  Unvired.Kernel.UWP.Model
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Object> GetChildren()

Return Value

Type: ListObject
List of children object for header structure and null for item structure
See Also