ReadOnlyFieldCollection.TryGetMember Method
Tries to get the specified member
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetMember(
string fieldName,
out IField?? symbol
)
Parameters
fieldName |
Type: System.String |
symbol |
Type: TwinCAT.TypeSystem.IField. |
Return Value
Type: Boolean
true if found, false otherwise.