DictionaryHelpers

Overview

Location

Class Methods


Foreach

 

class method Foreach(aSelf: Dictionary<T, U>; aAction: Action<KeyValuePair<T,U>>)

 

static void Foreach(Dictionary<T, U> aSelf, Action<KeyValuePair<T,U>> aAction)

 

static func Foreach(_ aSelf: Dictionary<T, U>, _ aAction: Action<KeyValuePair<T,U>>)

 

static void Foreach(Dictionary<T, U> aSelf, Action<KeyValuePair<T,U>> aAction)

 

Shared Sub Foreach(aSelf As Dictionary<T, U>, aAction As Action<KeyValuePair<T,U>>)

Parameters:

  • aSelf:
  • aAction: