FieldCollection.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
Name of the member.

symbol

Type: TwinCAT.TypeSystem.IField.
The symbol.

Return Value

Type: Boolean
true if found, false otherwise.

Implements

IFieldCollection.TryGetMember(String, IField.)

Reference

FieldCollection Class

TwinCAT.TypeSystem Namespace