Returns the SourceField at the specified index.

 public SourceField this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As SourceField

The 0-based index of the SourceField to return.

The SourceField at the specified index.