Click or drag to resize

DataStructureGetChildrenNames Method

Get List fo children name 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<string> GetChildrenNames()

Return Value

Type: ListString
List of children names for Header and null for Item structure
See Also