ReadOnlyRpcMethodCollection.Contains Method (String)

Determines whether this collection contains the specified method name.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool Contains(
    string methodName
)

VB

Public Function Contains ( 
    methodName As String
) As Boolean

Parameters

methodName

Type: System.String
Name of the method.

Return Value

Type: Boolean
true if contained.; otherwise, false.

Reference

ReadOnlyRpcMethodCollection Class

Contains Overload

TwinCAT.TypeSystem Namespace