[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der Klasse XmlPropertyReader mit Hilfe von Standardwerten.

Namespace: DynamicNode.Persistence
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public XmlPropertyReader(
	IDictionary<string, PropertyWrapper> props
)
Visual Basic
Public Sub New ( _
	props As IDictionary(Of String, PropertyWrapper) _
)
F#
new : 
        props:IDictionary<string, PropertyWrapper> -> XmlPropertyReader

Parameters

props
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, PropertyWrapper>)>)>
Eine Wörterbuch mit Standardwerten.

See Also