RpcMethodParameterCollection.Contains Method
Determines whether the ICollection.T. contains a specific value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Contains(
IRpcMethodParameter item
)
VB
Public Function Contains (
item As IRpcMethodParameter
) As Boolean
Parameters
item |
Type: TwinCAT.TypeSystem.IRpcMethodParameter |
Return Value
Type: Boolean
true if item is found in the
ICollection.T.; otherwise, false.