'Declaration
Function Import( _ ByVal reader As XmlReader, _ ByVal context As ImportContext _ ) As T
'Usage
Dim instance As IOpenXml(Of T) Dim reader As XmlReader Dim context As ImportContext Dim value As T value = instance.Import(reader, context)
T Import( XmlReader reader, ImportContext context )
Parameters
- reader
- A System.Xml.XmlReader object indicates the Xml reader.
- context
- An ImportContext object indicates the import context.
Return Value
A T object represents the imported object.