PlcObjectCollection Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides a collection of PlcObject objects.

C#

public class PlcObjectCollection : KeyedCollection<PlcName, PlcObject>, IList<PlcObject>, ICollection<PlcObject>, IList, ICollection, IReadOnlyList<PlcObject>, IReadOnlyCollection<PlcObject>, IEnumerable<PlcObject>, IEnumerable


Inheritance ObjectCollection<PlcObject> › KeyedCollection<PlcName, PlcObject> › PlcObjectCollection


Implements IList<PlcObject>, ICollection<PlcObject>, IList, ICollection, IReadOnlyList<PlcObject>, IReadOnlyCollection<PlcObject>, IEnumerable<PlcObject>, IEnumerable

Name Description
PlcObjectCollection Initializes a new instance of the PlcObjectCollection class.
Name Description
GetKeyForItem(PlcObject) Extracts the key from the specified element.