Initializes a new instance of the DocumentSerializableCollection class

Namespace: Spire.Presentation.Converter.Equation.Word.Documents.XML
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected DocumentSerializableCollection(
	Document doc,
	OwnerHolder owner
)
Protected Sub New ( 
	doc As Document,
	owner As OwnerHolder
)
protected:
DocumentSerializableCollection(
	Document^ doc, 
	OwnerHolder^ owner
)
new : 
        doc : Document * 
        owner : OwnerHolder -> DocumentSerializableCollection

Parameters

doc
Document
owner
OwnerHolder

See Also