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

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

Syntax

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

Parameters

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

See Also