'Declaration
<NotNullAttribute()> <PureAttribute()> Protected Function Flatten(Of TNodeDescriptor As {New, NodeDescriptor})() As TNodeDescriptor
'Usage
Dim instance As NodeDescriptor Dim value As TNodeDescriptor value = instance.Flatten(Of TNodeDescriptor)()
[NotNull()] [Pure()] protected TNodeDescriptor Flatten<TNodeDescriptor>() where TNodeDescriptor: new(), NodeDescriptor
[NotNull()] [Pure()] protected: TNodeDescriptor^ Flattengeneric<typename TNodeDescriptor> (); where TNodeDescriptor: gcnew(), NodeDescriptor
Type Parameters
- TNodeDescriptor
Return Value
Returns an equivalent node descriptor browse path is flattened.