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