[This is preliminary documentation and is subject to change.]

Wizard form

The Wizard..::..StepsIEnumerable type exposes the following members.

Methods

  NameDescription
Public methodGetEnumerator
Gets enumerator to iterate through Steps[([( Int32])]) pseudo-collection

Extension Methods

  NameDescription
Public Extension MethodIndexOf<(Of <<'(Control>)>>)
Gets index of first occurence of given item in given collection
(Defined by EnumerableT.)
Public Extension MethodLast<(Of <<'(Control>)>>)
Gets last item in collection
(Defined by CollectionTools.)
Public Extension MethodUnionAll<(Of <<'(Control>)>>)(array<IEnumerable<(Of <<'(Control>)>>)>[]()[][])Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)
Public Extension MethodUnionAll<(Of <<'(Control>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(Control>)>>)>)>>))Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)

Properties

  NameDescription
Public propertyCount
Gets number of items in Steps[([( Int32])]) pseudo-collection

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator Obsolete.

See Also