SymbolCollection.T. Class
Interface represents a collection of ISymbol objects.
Inheritance Hierarchy
System.Object
TwinCAT.TypeSystem.Generic.InstanceCollection.T.
TwinCAT.TypeSystem.Generic.SymbolCollection.T.
TwinCAT.TypeSystem.SymbolCollection
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public class SymbolCollection<T> : InstanceCollection<T>,
ISymbolCollection<T>, IInstanceCollection<T>, IList<T>, ICollection<T>,
IEnumerable<T>, IEnumerable
where T : class, ISymbol
VB
Public Class SymbolCollection(Of T As {Class, ISymbol})
Inherits InstanceCollection(Of T)
Implements ISymbolCollection(Of T), IInstanceCollection(Of T),
IList(Of T), ICollection(Of T), IEnumerable(Of T),
IEnumerable
Type Parameters
T |
The SymbolCollection.T. type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the collection count. (Inherited from InstanceCollection.T..) | |
|
Gets a value indicating whether this instance is read only. (Inherited from InstanceCollection.T..) | |
|
Gets or sets the IInstance at the specified index. (Inherited from InstanceCollection.T..) | |
|
Gets the IInstance with the specified instance path. (Inherited from InstanceCollection.T..) | |
|
Gets the InstanceCollectionMode. (Inherited from InstanceCollection.T..) |
Methods
|
Name |
Description |
---|---|---|
|
Adds the specified item. (Inherited from InstanceCollection.T..) | |
|
Adds the specified items to this collection. (Inherited from InstanceCollection.T..) | |
|
Returns a Read only version of this collection (shallow copy). | |
|
Clears this instance. (Inherited from InstanceCollection.T..) | |
|
Clones this instance. | |
|
Determines whether this collection contains an IInstance with the specified InstanceName / InstancePath (Inherited from InstanceCollection.T..) | |
|
Determines whether this collection contains the specified IInstance (Inherited from InstanceCollection.T..) | |
|
Determines whether the specified instance name contains name. (Inherited from InstanceCollection.T..) | |
|
Copies this InstanceCollection.T. to the specified array. (Inherited from InstanceCollection.T..) | |
|
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.) | |
|
Gets the enumerator. (Inherited from InstanceCollection.T..) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the IInstanceby instance path. (Inherited from InstanceCollection.T..) | |
|
Gets the name of the instance by. (Inherited from InstanceCollection.T..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Determines the index of the specified IInstance. (Inherited from InstanceCollection.T..) | |
|
Inserts the specified IInstance at the specified index. (Inherited from InstanceCollection.T..) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Removes the specified item. (Inherited from InstanceCollection.T..) | |
|
Removes the IInstance at the specified index. (Inherited from InstanceCollection.T..) | |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
Tries to get the IInstance. of the specified path. (Inherited from InstanceCollection.T..) | |
|
Tries to get Instnaces by name. (Inherited from InstanceCollection.T..) | |
|
Try to get instances with predicate function |
Fields
|
Name |
Description |
---|---|---|
|
The _list (Inherited from InstanceCollection.T..) | |
|
The _path dictionary (Inherited from InstanceCollection.T..) | |
|
The mode this InstanceCollection.T. is working in. (Inherited from InstanceCollection.T..) |