[This is preliminary documentation and is subject to change.]
Wizard form
The Wizard..::..StepsIEnumerable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator | Gets enumerator to iterate through Steps[([( Int32])]) pseudo-collection |
Extension Methods
| Name | Description | |
|---|---|---|
| IndexOf<(Of <<'(Control>)>>) | Gets index of first occurence of given item in given collection (Defined by EnumerableT.) | |
| Last<(Of <<'(Control>)>>) | Gets last item in collection (Defined by CollectionTools.) | |
| UnionAll<(Of <<'(Control>)>>)(array<IEnumerable<(Of <<'(Control>)>>)>[]()[][]) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) | |
| UnionAll<(Of <<'(Control>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(Control>)>>)>)>>)) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets number of items in Steps[([( Int32])]) pseudo-collection |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::..GetEnumerator | Obsolete. |