DictionaryHelper
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
// .NET, .NET Standard 2.0
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)>
// Island
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)>
// .NET, .NET Standard 2.0
static IEnumerable<not nullable tuple of (not nullable Key, not nullable Value)>! Enumerate<Key,Value>(Dictionary<not nullable Key, not nullable Value>! val)
// Island
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 (not nullable Key, not nullable Value)>
static Iterable<Tuple2<Key, Value>> Enumerate<Key,Value>(HashMap<Key, Value> val)
// .NET, .NET Standard 2.0
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)>
// Island
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
constructor
DictionaryHelper()
init()
DictionaryHelper()
Sub New()