Deserialization constructor
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
protected ReadOnlyPropertiesDictionary( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data. - context
- Type: System.Runtime.SerializationStreamingContext
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