void ITypeDescriber.SetMap(TypeSet type_set) { var type = type_set.GetByType(typeof(int)); _IntTypeDescriber = type; }
void ITypeDescriber.SetMap(TypeSet type_set) { }
void ITypeDescriber.SetMap(TypeSet type_set) { _CharArrayDescriber = type_set.GetByType(typeof(char[])); }