Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ValueTuple<TElement, TElement> GetKeyValuePair(TElement)

Declaration

public ValueTuple<TElement, TElement> GetKeyValuePair(
    TElement element
)

Summary

Decodes a key-value pair.

Parameters

TElementelement The element to decode.

Remarks

This should do the reverse of IClassifyFormat<TElement>.FormatKeyValuePair(TElement, TElement).