CustomSerializationBinderAssemblyNameResolver Property
Gets or sets the custom assembly name resolver logic. It is invoked by the
BindToName method.
If returns a non-
value, then it will be stored as the custom assembly name for the
Type specified by the delegate argument.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Func<Type, string?>? AssemblyNameResolver { get; set; }
Public Property AssemblyNameResolver As Func(Of Type, String)
Get
Set
public:
property Func<Type^, String^>^ AssemblyNameResolver {
Func<Type^, String^>^ get ();
void set (Func<Type^, String^>^ value);
}
member AssemblyNameResolver : Func<Type, string> with get, set
Property Value
FuncType,
String