Proprietà MyTreeListBomEcoDictionary
|
Namespace:
DedNet.Controls
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public Dictionary<TreeListNode, Tuple<int, DedEcoEcoTypeEnum, int>> EcoDictionary { get; set; }
Public Property EcoDictionary As Dictionary(Of TreeListNode, Tuple(Of Integer, DedEcoEcoTypeEnum, Integer))
Get
Set
public:
property Dictionary<TreeListNode^, Tuple<int, DedEcoEcoTypeEnum, int>^>^ EcoDictionary {
Dictionary<TreeListNode^, Tuple<int, DedEcoEcoTypeEnum, int>^>^ get ();
void set (Dictionary<TreeListNode^, Tuple<int, DedEcoEcoTypeEnum, int>^>^ value);
}
member EcoDictionary : Dictionary<TreeListNode, Tuple<int, DedEcoEcoTypeEnum, int>> with get, set
Valore della proprietà
Tipo:
DictionaryTreeListNode,
TupleInt32,
DedEcoEcoTypeEnum,
Int32Vedi anche