Specifies the next ISurrogateSelector to be examined for surrogates if the current instance doesn't have a surrogate for the given type and assembly in the given context.
[Visual Basic] Sub ChainSelector( _ ByVal selector As ISurrogateSelector _ ) [C#] void ChainSelector( ISurrogateSelector selector ); [C++] void ChainSelector( ISurrogateSelector* selector ) = 0; [JScript] function ChainSelector( selector : ISurrogateSelector );
ISurrogateSelector Interface | ISurrogateSelector Members | System.Runtime.Serialization Namespace