FromTypes Method
Collapse the table of content
Expand the table of content

XmlSerializer.FromTypes Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns an array of XmlSerializer objects created from an array of types.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

'Declaration
Public Shared Function FromTypes ( _
	types As Type() _
) As XmlSerializer()

Parameters

types
Type: System.Type ()
An array of Type objects.

Return Value

Type: System.Xml.Serialization.XmlSerializer ()
An array of XmlSerializer objects.

The FromTypes method allows you to efficiently create an array of XmlSerializer objects for processing an array of Type objects.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft