PlcSymbolCollection Class

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

Provides a collection of IPlcSymbol objects.

C#

public class PlcSymbolCollection : KeyedCollection<PlcName, IPlcSymbol>, IList<IPlcSymbol>, ICollection<IPlcSymbol>, IList, ICollection, IReadOnlyList<IPlcSymbol>, IReadOnlyCollection<IPlcSymbol>, IEnumerable<IPlcSymbol>, IEnumerable


Inheritance ObjectCollection<IPlcSymbol> › KeyedCollection<PlcName, IPlcSymbol> › PlcSymbolCollection


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

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