Example #1
0
 public TypeConverterAttribute(Type converterType)
 {
     this.m_typeName = SystemInfo.AssemblyQualifiedName(converterType);
 }