IEditableCollection Interface
Defines methods that will be called by EditObject(Object., String, Value, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean) to get and set values in the inherited collection by index.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public interface IEditableCollection : IEnumerable
The IEditableCollection type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
|
Gets the value at the specified position in the ICollection. | |
|
Sets a value to the element at the specified position in the ICollection. |