コード例 #1
0
 static FASTType()
 {
     STRING = new StringType("string", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     ASCII = new StringType("ascii", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     UNICODE = new StringType("unicode", TypeCodec.UNICODE, TypeCodec.NULLABLE_UNICODE);
 }
コード例 #2
0
ファイル: FASTType.cs プロジェクト: radtek/Gradual
 static FASTType()
 {
     STRING  = new StringType("string", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     ASCII   = new StringType("ascii", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     UNICODE = new StringType("unicode", TypeCodec.UNICODE, TypeCodec.NULLABLE_UNICODE);
 }