Skip to main content

Ho do I clear all items in a dictionary?

Comments

2 comments

  • Permanently deleted user
    Also , if this helps, the dictionary is created in the Variables as "new Dictionary (of string, featureset)" with variable type of System.Collections.Generic.IDictionary<String,FeatureSet>
    0
  • Permanently deleted user
    Figured it out, I used ClearCollection activity. The type argument is KeyValyePair<String.FeatureSet>.

     

    Wiley
    0

Please sign in to leave a comment.