RpcMethodCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Syntax

C#

public IEnumerator<IRpcMethod> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of IRpcMethod)

Return Value

Type: IEnumerator.IRpcMethod.
A IEnumerator.T. that can be used to iterate through the collection.

Implements

IEnumerable.T..GetEnumerator.

Reference

RpcMethodCollection Class

TwinCAT.TypeSystem Namespace