InstanceCollection.T..TryGetInstanceByName Method
Tries to get Instances by name.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public virtual bool TryGetInstanceByName(
string instanceName,
out IList<T>? instances
)
Parameters
instanceName |
Type: System.String |
instances |
Type: System.Collections.Generic.IList.T.. |