2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Text / NormalizationForm.cs
index c12b501eb74cb96b559a5714b1e204aa5c0e49fd..f55ac5ef34e865544be8ed8a5b562730634249c1 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 #if NET_2_0
+
+using System.Runtime.InteropServices;
+
 namespace System.Text
 {
-       [Serializable]
+       [ComVisible (true)]
        public enum NormalizationForm {
                FormC = 1,
                FormD = 2,