HashtableArray.GetEnumerator Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > HashtableArray Class > HashtableArray Methods >

HashtableArray.GetEnumerator Method

BR.AN.PviServices .NET


Returns an enumerator for a section of the System.Collections.ArrayList.

[Visual Basic]

Public Overridable Sub GetEnumerator()

[C#]

public virtual IEnumerator GetEnumerator();

Return Value

An IEnumerator for the specified section of the System.Collections.ArrayList.

Remarks

Exceptions: System.ArgumentOutOfRangeException: index is less than zero -or- count is less than zero. System.ArgumentException: index and count do not specify a valid range in the System.Collections.ArrayList.

See Also

HashtableArray Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]