Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ReadOnlyPropertiesDictionary�Constructor�(SerializationInfo, StreamingContext)

Deserialization constructor

[Visual�Basic]
Overloads�Protected�Sub�New( _
���ByVal info�As�SerializationInfo,�_
���ByVal context�As�StreamingContext�_
)
[C#]
protected�ReadOnlyPropertiesDictionary(
���SerializationInfoinfo,
���StreamingContextcontext
);

Parameters

info
The SerializationInfo that holds the serialized object data.
context
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

ReadOnlyPropertiesDictionary Class | log4net.Util Namespace | ReadOnlyPropertiesDictionary Constructor Overload List