System.Runtime.Serialization.SurrogateSelector.ChainSelector Method

Adds the specified System.Runtime.Serialization.ISurrogateSelector that can handle a particular object type to the list of surrogates.

Syntax

public virtual void ChainSelector (ISurrogateSelector selector)

Parameters

selector
The surrogate selector to add.

Remarks

The last selector added to the list will be the first one checked.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0