Returns an enumerator that iterates through all the bindings in the collection.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of Binding) |
| C# |
|---|
public IEnumerator<Binding> GetEnumerator() |