An iterator for field sets. This allows applications to iterate over
every field in an SDM message/field set

C# |
public class LBMSDMFieldIterator : IEnumerator

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LBMSDMFieldIterator(LBMSDMFields) | Create an iterator for a set of SDM fields. |
![]() | add_element(LBMSDMField) | Add the SDM array element |
![]() | Current | The SDM Field at the current position |
![]() | get()()() | Get the SDM field at the current position |
![]() | MoveNext()()() | Check to see if there is another item in the collection |
![]() | remove()()() | Remove the current item from the collection |
![]() | reset()()() | Reset the iterator back to the beginning |
![]() | Reset()()() | Reset the iterator back to the beginning |
![]() | set(LBMSDMField) | Set the SDM array element |
![]() | set(LBMSDMField, Int32) | Set the SDM array element |

Object | |
![]() | LBMSDMFieldIterator |