Proprietà ExportDataEventArgDiz
             | 
          
        
        
            Dizionario contenente le coppie (nome funzione, delegate da chiamare).
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.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à
DictionaryString, 
ExportDataDelegate
Vedi anche