Exemplo n.º 1
0
 /// <summary>
 /// Releases the binding on the real object, allowing it to be cleaned up.
 /// </summary>
 public void Release()
 {
     _handler.Release(Id, ContractType);
     GC.SuppressFinalize(this);
 }