MindFusion.Wpf Pack Programmer's Guide
XmlInformationProvider.Create Method
See Also
 





Creates a XmlInformationProvider instance from the specified XDocument object.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static XmlInformationProvider Create (
    XDocument doc
)

Visual Basic  Copy Code

Public Shared Function Create( _
    doc As XDocument _
) As XmlInformationProvider

 Parameters

doc

A XDocument that contains the function information.

 Return Value

An instance of the XmlInformationProvider class.

 See Also

XmlInformationProvider Members
XmlInformationProvider Class
MindFusion.Spreadsheet.Wpf.Expressions Namespace