InstanceCollection.T. Class
Base class for IInstance object collections (abstract).
Inheritance Hierarchy
System.Object
TwinCAT.TypeSystem.Generic.InstanceCollection.T.
TwinCAT.TypeSystem.FieldCollection
TwinCAT.TypeSystem.Generic.SymbolCollection.T.
TwinCAT.TypeSystem.MemberCollection
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public abstract class InstanceCollection<T> : IList<T>,
ICollection<T>, IEnumerable<T>, IEnumerable, IInstanceCollection<T>
where T : class, IInstance
Type Parameters
T |
The InstanceCollection.T. type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the InstanceCollection.T. class. | |
|
InstanceCollection.T.(IEnumerable.T., InstanceCollectionMode) |
Initializes a new instance of the InstanceCollection.T. class. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the collection count. | |
|
Gets the LIst of instances. | |
|
The Path dictionary | |
|
Gets a value indicating whether this instance is read only. | |
|
Gets or sets the IInstance at the specified index. | |
|
Gets the IInstance with the specified instance path. | |
|
The mode this InstanceCollection.T. is working in. |
Methods
|
Name |
Description |
---|---|---|
|
Adds the specified item. | |
|
Adds the specified items to this collection. | |
|
Converts the InstanceCollection.T. to an ReadOnlyInstanceCollection.T. | |
|
Clears this instance. | |
|
Determines whether this collection contains the specified IInstance | |
|
Determines whether this collection contains an IInstance with the specified InstanceName / InstancePath | |
|
Determines whether the specified instance name contains name. | |
|
Copies this InstanceCollection.T. to the specified array. | |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize |
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. | |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
Gets the IInstanceby instance path. | |
|
Gets the name of the instance by. | |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
Determines the index of the specified IInstance. | |
|
Inserts the specified IInstance at the specified index. | |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Removes the specified item. | |
|
Removes the IInstance at the specified index. | |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
Tries to get the IInstance. of the specified path. | |
|
Tries to get Instances by name. |