Gets a List<T> containing the list of elements in the collecion instance.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected List<T> InnerList |
Visual Basic
Copy Code
|
|---|
Protected InnerList As List(Of T) |
See Also