Forums › 💬 FlowCanvas › ⚙️ Support › Hello~ Dictionary key
How do I get the list of keys in a dictionary?
List<string> keyList = new List<string>(this.myDictionary.Keys);
Thank U~!
oh~