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