PluginList.Enumerator

Overview

Location

Properties


Current

 

property Current: Object read;

 

Object Current { get; }

 

ReadOnly Property Current() As Object

Instance Methods


constructor

 

constructor(owner: PluginList)

 

PluginList.Enumerator(PluginList owner)

 

Sub New(owner As PluginList)

Parameters:

  • owner:

MoveNext

 

method MoveNext: Boolean

 

Boolean MoveNext()

 

Function MoveNext() As Boolean

Reset

 

method Reset

 

void Reset()

 

Sub Reset()