PropagationProfilePointCollection.PropagationProfilePointCollection Constructors
Initializes a new instance of the PropagationProfilePointCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | PropagationProfilePointCollection() | Initializes a new empty instance of the PropagationProfilePointCollection class. | 
| Public method | PropagationProfilePointCollection(IEnumerable< PropagationProfilePoint > items) | Initializes a new instance of the PropagationProfilePointCollection class with the specified elements. | 
PropagationProfilePointCollection()
Initializes a new empty instance of the PropagationProfilePointCollection class.Syntax
public PropagationProfilePointCollection ()PropagationProfilePointCollection(IEnumerable< PropagationProfilePoint > items)
Initializes a new instance of the PropagationProfilePointCollection class with the specified elements.Syntax
public PropagationProfilePointCollection (
	IEnumerable< PropagationProfilePoint > items
)Parameters
items
    Type: A collection of PropagationProfilePoint 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