Exemple #1
0
 public CmlRuntimeError_InfoSupportException(Type value_type, RepresentationInfo info) : base("The " + info.GetName() + " attribute of " + info.GetRepresentationType() + " doesn't support " + value_type + ".")
 {
 }
Exemple #2
0
 public void AddInfo(RepresentationInfo i)
 {
     infos.GetOrCreateDefaultValue(i.GetName())[i.GetRepresentationType()] = i;
     i.Initilize(this);
 }