NetMQ.NetMQPoller.IEnumerable C# (CSharp) Method

IEnumerable() private method

This class only implements IEnumerable in order to support collection initialiser syntax.
private IEnumerable ( ) : IEnumerator
return IEnumerator
        IEnumerator IEnumerable.GetEnumerator()
        {
            yield break;
        }