Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void GetKeyValuePair(TElement, out TElement, out TElement)

  • Declared in: RT.Serialization.IClassifyFormat<TElement>
  • Interface method
  • Abstract

Declaration

public void GetKeyValuePair(
    TElement element,
    out TElement key,
    out TElement value
)

Summary

Decodes a key-value pair.

Parameters

TElementelement The element to decode.
out TElementkey Receives the key part of the pair.
out TElementvalue Receives the value part of the pair.

Remarks

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