IExpressibleByDictionaryLiteral<Key,Value>

Overview

Location

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

Required Methods


constructor

 

constructor dictionaryLiteral(params elements: array of not nullable tuple of (not nullable Key, not nullable Value))

 

IExpressibleByDictionaryLiteral<Key,Value> dictionaryLiteral(params (Key!, Value!)![] elements)

 

init(dictionaryLiteral elements: (not nullable Key, not nullable Value)...)

 

IExpressibleByDictionaryLiteral<Key,Value> dictionaryLiteral(Tuple2<Key, Value>[]... elements)

 

Sub New dictionaryLiteral(ParamArray elements As Tuple (Of Key, Value)())

Parameters:

  • elements: