Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameterCollection class

CopyTo method Next Page

GetEnumerator method


Returns an enumerator for the collection.

Syntax

Visual Basic

NotOverridable Public Function GetEnumerator() As System.Collections.IEnumerator _
Implements IEnumerable.GetEnumerator

C#

public System.Collections.IEnumerator GetEnumerator();

Return value

An ArrayList enumerator enumerating the parameters in the collection.

Implements

[external link] IEnumerable.GetEnumerator