System.Collections.Generic.KeyValuePair<TKey,TValue> Extension
Location
- Reference: Silver.dll
- Namespace: Swift
- Extends: System.Collections.Generic.KeyValuePair<TKey,TValue>
- Platforms: .NET, .NET Standard 2.0
Instance Methods
GetTuple
method GetTuple: not nullable tuple of (not nullable TKey, not nullable TValue)
(TKey!, TValue!)! GetTuple()
func GetTuple() -> (not nullable TKey, not nullable TValue)
Function GetTuple() As Tuple (Of TKey, TValue)