Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement FormatKeyValuePair(TElement, TElement)

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

Declaration

public TElement FormatKeyValuePair(
    TElement key,
    TElement value
)

Summary

Generates an element that represents a key-value pair.

Parameters

TElementkey The element that represents the key.
TElementvalue The element that represents the value.

Returns

The serialized key-value pair.

Remarks

The returned element should be recognized by IClassifyFormat<TElement>.GetKeyValuePair(TElement, out TElement, out TElement).