@@ -580,7 +580,7 @@ public void StopAsync()
580
580
m_stopSignaler . RequestStop ( ) ;
581
581
}
582
582
583
- #endregion
583
+ #endregion
584
584
585
585
private void OnSocketEventsChanged ( object sender , NetMQSocketEventArgs e )
586
586
{
@@ -619,7 +619,7 @@ private void RebuildPollset()
619
619
m_isPollSetDirty = false ;
620
620
}
621
621
622
- #region IEnumerable
622
+ #region IEnumerable
623
623
624
624
/// <summary>This class only implements <see cref="IEnumerable"/> in order to support collection initialiser syntax.</summary>
625
625
/// <returns>An empty enumerator.</returns>
@@ -628,9 +628,9 @@ IEnumerator IEnumerable.GetEnumerator()
628
628
yield break ;
629
629
}
630
630
631
- #endregion
631
+ #endregion
632
632
633
- #region IDisposable
633
+ #region IDisposable
634
634
635
635
private enum DisposeState
636
636
{
@@ -687,9 +687,9 @@ public void Dispose()
687
687
m_disposeState = ( int ) DisposeState . Disposed ;
688
688
}
689
689
690
- #endregion
690
+ #endregion
691
691
692
- #region ISynchronizeInvoke
692
+ #region ISynchronizeInvoke
693
693
694
694
#if NET40
695
695
IAsyncResult ISynchronizeInvoke . BeginInvoke ( Delegate method , object [ ] args )
@@ -718,9 +718,9 @@ object ISynchronizeInvoke.Invoke(Delegate method, object[] args)
718
718
bool ISynchronizeInvoke . InvokeRequired => ! CanExecuteTaskInline ;
719
719
#endif
720
720
721
- #endregion
721
+ #endregion
722
722
723
- #region Synchronisation context
723
+ #region Synchronisation context
724
724
725
725
#if ! NET35
726
726
private sealed class NetMQSynchronizationContext : SynchronizationContext
@@ -749,6 +749,6 @@ public override void Send(SendOrPostCallback d, object state)
749
749
}
750
750
#endif
751
751
752
- #endregion
752
+ #endregion
753
753
}
754
754
}
0 commit comments