Ejemplo n.º 1
0
		public override void ExportSchemaType (XsdDataContractExporter exporter)
		{
			exporter.ExportDictionaryContractType (a, this, GetGenericDictionaryInterface (RuntimeType));
		}
 public override void ExportSchemaType(XsdDataContractExporter exporter)
 {
     exporter.ExportDictionaryContractType(a, this, GetGenericDictionaryInterface(RuntimeType));
 }