Click or drag to resize

VisualList Class

Keep an list of visual references that can be sorted LIFO or FIFO, or any other sort order.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        Demo3D.VisualsVisualList

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class VisualList : SimpleCustomTypeDescriptor, IEnumerable, 
	IList, ICollection

The VisualList type exposes the following members.

Constructors
 NameDescription
Public methodVisualListInitializes a new instance of the VisualList class
Public methodVisualList(IEnumerableVisual)Initializes a new instance of the VisualList class
Public methodVisualList(IEnumerableVisualReference)Initializes a new instance of the VisualList class
Top
Properties
Methods
Fields
 NameDescription
Public fieldStatic memberFIFOQueue
Public fieldStatic memberLIFOStack
Top
See Also