X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=symbol.cs;h=4f0336da5259b0e2bdb0ecf02aa0ba989a6439f7;hb=139bdc3719eee81aa203e40f40c612fb799b8ed4;hp=32be8e3a92ceaf9ba25a212cf4590be7b710f45e;hpb=d571ebf04b3954e89b335cf9130f38eb20d03ce9;p=m17n%2Fm17n-lib-cs.git diff --git a/symbol.cs b/symbol.cs index 32be8e3..4f0336d 100644 --- a/symbol.cs +++ b/symbol.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.Reflection; using M17N; using M17N.Core; @@ -34,5 +35,6 @@ public class Test } sym4 = MSymbol.PropertyKey ("symbol", MProperty.Flags.None); sym4 = MSymbol.PropertyKey ("symbol"); + Console.WriteLine (sym4); } }