Overview

Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift

Class Methods


Enumerate<Key,Value>  virtual

class method Enumerate<Key,Value>(val: not nullable Dictionary<not nullable Key, not nullable Value>): not nullable IEnumerable<not nullable tuple of (not nullable Key, not nullable Value)>
static IEnumerable<not nullable tuple of (not nullable Key, not nullable Value)>! Enumerate<Key,Value>(Dictionary<not nullable Key, not nullable Value>! val)
static func Enumerate<Key,Value>(_ val: NSMutableDictionary<not nullable Key, not nullable Value>) -> INSFastEnumeration<not nullable tuple of (not nullable Key, not nullable Value)>
static Iterable<Tuple2<Key, Value>> Enumerate<Key,Value>(HashMap<Key, Value> val)
Shared Function Enumerate<Key,Value>(val As Dictionary<not nullable Key, not nullable Value>) As IEnumerable<not nullable tuple of (not nullable Key, not nullable Value)>

Parameters:

  • val:

Instance Methods


constructor  protected Cooper, Island