Deserialization constructor
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- info
- Type:
System.Runtime.Serialization SerializationInfo
The
SerializationInfo that holds the serialized object data.
- context
- Type:
System.Runtime.Serialization StreamingContext
The
StreamingContext that contains contextual information about the source or destination.
Remarks
Initializes a new instance of the ReadOnlyPropertiesDictionary class with serialized data.
See Also