Proprietà MyTreeListBomEcoDictionary
|
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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à
DictionaryTreeListNode,
TupleInt32,
DedEcoEcoTypeEnum,
Int32Vedi anche