TcAdsSymbolInfoCollection Class
Represents a collection of TcAdsSymbolInfo objects.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.TcAdsSymbolInfoCollection
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public class TcAdsSymbolInfoCollection : ICollection,
IEnumerable
VB
Public Class TcAdsSymbolInfoCollection
Implements ICollection, IEnumerable
The TcAdsSymbolInfoCollection type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the number of elements contained in the collection. | |
|
Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
|
Gets the element at the specified index. | |
|
Gets an object that can be used to synchronize access to the collection. |
Methods
|
Name |
Description |
---|---|---|
|
Copies the elements of the collection to an Array, starting at a particular Array index. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Returns an enumerator that can iterate through the symbols (TcAdsSymbolInfo) in this collection. | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Symbol by index | |
|
Gets the symbol by name. | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |