Ejemplo n.º 1
0
        void ITypeDescriber.SetMap(TypeSet type_set)
        {
            var type = type_set.GetByType(typeof(int));

            _IntTypeDescriber = type;
        }
Ejemplo n.º 2
0
 void ITypeDescriber.SetMap(TypeSet type_set)
 {
 }
Ejemplo n.º 3
0
 void ITypeDescriber.SetMap(TypeSet type_set)
 {
     _CharArrayDescriber = type_set.GetByType(typeof(char[]));
 }