Class TagList
Inheritance
System.Object
TagList
Implements
System.Collections.Generic.IEnumerable<TagItem>
System.Collections.IEnumerable
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Communication.PLC
Assembly: Experior.Core.dll
Syntax
public class TagList : IEnumerable<TagItem>, IEnumerable, ICloneable
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Add(TagItem)
Declaration
public void Add(TagItem item)
Parameters
Type | Name | Description |
---|---|---|
TagItem | item |
Clear()
Declaration
public void Clear()
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Insert(Int32, TagItem)
Declaration
public void Insert(int index, TagItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
TagItem | item |
Explicit Interface Implementations
IEnumerable<TagItem>.GetEnumerator()
Declaration
IEnumerator<TagItem> IEnumerable<TagItem>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<TagItem> |
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.ICloneable