VisualizerCollection.VisualizerCollection Constructors
Initializes a new instance of the VisualizerCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | VisualizerCollection() | Initializes a new empty instance of the VisualizerCollection class. |
Public method | VisualizerCollection(IEnumerable< Visualizer > items) | Initializes a new instance of the VisualizerCollection class with the specified elements. |
VisualizerCollection()
Initializes a new empty instance of the VisualizerCollection class.Syntax
public VisualizerCollection ()
VisualizerCollection(IEnumerable< Visualizer > items)
Initializes a new instance of the VisualizerCollection class with the specified elements.Syntax
public VisualizerCollection (
IEnumerable< Visualizer > items
)
Parameters
items
Type: A collection of Visualizer elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android