RadControls for WinForms

if Reader is positioned at an element that is a collection, reads the collection items.

Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public void ReadCollectionElement(
	XmlReader reader,
	Object collectionOwner,
	IList toRead
)
Visual Basic
Public Sub ReadCollectionElement ( _
	reader As XmlReader, _
	collectionOwner As Object, _
	toRead As IList _
)

Parameters

reader
Type: System.Xml..::..XmlReader
collectionOwner
Type: System..::..Object
object that owns the property (collection) currently deserialized
toRead
Type: System.Collections..::..IList

See Also