Search
CollectionBase(T).InnerList Field
See Also
 





Gets a List<T> containing the list of elements in the collection instance.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected List<T> InnerList

Visual Basic  Copy Code

Protected InnerList As List(Of T)

 See Also