void ITypeDescriber.SetMap(TypeSet type_set)
        {
            var type = type_set.GetByType(typeof(int));

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