Merge pull request #726 from pruiz/xamarin-bug-13708
[mono.git] / mcs / class / corlib / System.Globalization / TextElementEnumerator.cs
old mode 100755 (executable)
new mode 100644 (file)
index f2b386f..b425ce3
@@ -36,6 +36,7 @@ using System.Collections;
 namespace System.Globalization {
 
        [Serializable]
+       [System.Runtime.InteropServices.ComVisible (true)]
        public class TextElementEnumerator: IEnumerator {
                private int index;
                private int elementindex;