Serializes this object into the SerializationInfo provided.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.SerializationStreamingContext
The destination for this serialization.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)Remarks
Serializes this object into the SerializationInfo provided.
See Also