'Declaration
Public Function ChildItemsPath( _ ByVal ParamArray value() As String _ ) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> ChildItemsPath( params string[] value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function ChildItemsPath( _ ByVal ParamArray value() As String _ ) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> ChildItemsPath( params string[] value )
[ 'Accounts', 'Checks', 'Earnings' ]
).