Proprietà ExportDataEventArgDiz 
             | 
          
        
         
            Dizionario contenente le coppie (nome funzione, delegate da chiamare).
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic Dictionary<string, ExportDataDelegate> Diz { get; }Public ReadOnly Property Diz As Dictionary(Of String, ExportDataDelegate)
	Get
public:
property Dictionary<String^, ExportDataDelegate^>^ Diz {
	Dictionary<String^, ExportDataDelegate^>^ get ();
}member Diz : Dictionary<string, ExportDataDelegate> with get
Valore della proprietà
Tipo: 
DictionaryString, 
ExportDataDelegate
Vedi anche