SymbolCollection.T..TryGetInstances Method
Try to get instances with predicate function
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetInstances(
Func<T, bool> predicate,
bool recurse,
out IList<T>? instances
)
Parameters
predicate |
Type: System.Func.T, Boolean. |
recurse |
Type: System.Boolean |
instances |
Type: System.Collections.Generic.IList.T.. |
Return Value
Type: Boolean
true if the Instance(s) is/are found,
false otherwise.