コード例 #1
0
 /// <summary>
 /// The same as disposing of the subscription. Releases all resources
 /// </summary>
 public void Dispose()
 {
     _resources.DisposeAll();
     _resources.Clear();
 }