Ejemplo n.º 1
0
 /// <summary>
 /// Dispose of the unmanaged ICU resource bundle when this class is being disposed.
 /// </summary>
 protected override void DisposeUnmanagedResources()
 {
     if (!this.IsNullBundle)
     {
         Icu.CloseResourceBundle(m_bundle);
     }
 }