In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / corlib / System / IFormatProvider.cs
index d0893fd78c01644954649ae3febfa6a516b8def9..3b1a8379e2bcbaf73a7bc6cffc096909a765f552 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 IFormatProvider {
                object GetFormat (Type format_type);
        }