NameInvariantSurrogateSelectorChainSelector Method

Specifies the next ISurrogateSelector for surrogates to examine if the current instance does not have a surrogate for the specified type and assembly in the specified context.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
[SecurityCriticalAttribute]
public void ChainSelector(
	ISurrogateSelector selector
)

Parameters

selector  ISurrogateSelector
The next surrogate selector to examine.

Implements

ISurrogateSelectorChainSelector(ISurrogateSelector)

Exceptions

SecurityExceptionThe caller does not have the required permission.

See Also