ReadOnlyMemberCollection.TryGetMember Method
Tries to get the specified member
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool TryGetMember(
string memberName,
out IMember symbol
)
VB
Public Function TryGetMember (
memberName As String,
<OutAttribute> ByRef symbol As IMember
) As Boolean
Parameters
memberName |
Type: System.String |
symbol |
Type: TwinCAT.TypeSystem.IMember. |
Return Value
Type: Boolean
true if found, false otherwise.