String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / IDisposable.cs
index 70f823ffb03fac319d900a621a88a40e2ab14da9..0b938752ed204c3e9f1e39c1805e232141724129 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+using System.Runtime.InteropServices;
 
 namespace System {
 
+#if NET_2_0
+        [ComVisible(true)]
+#endif
        public interface IDisposable {
 
                void Dispose ();