23 using System.Collections.Generic;
27 namespace Ntp.Analyzer.Config.Node.Destination
36 public abstract IEnumerable<StreamDestination> Destinations {
get; }
40 return Destinations.GetEnumerator();
43 IEnumerator IEnumerable.GetEnumerator()
45 return GetEnumerator();
DestinationCollection(string name)
IEnumerator< StreamDestination > GetEnumerator()