| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal jsonData As String, _ ByVal mode As JsonXpathDataSourceImpl.MODE _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim jsonData As String Dim mode As JsonXpathDataSourceImpl.MODE Dim instance As New JsonXpathDataSourceImpl(jsonData, mode)  | |
| C# | |
|---|---|
public JsonXpathDataSourceImpl( string jsonData, JsonXpathDataSourceImpl.MODE mode )  | |
| Managed Extensions for C++ | |
|---|---|
public: JsonXpathDataSourceImpl( string* jsonData, JsonXpathDataSourceImpl.MODE mode )  | |
| C++/CLI | |
|---|---|
public: JsonXpathDataSourceImpl( String^ jsonData, JsonXpathDataSourceImpl.MODE mode )  | |
Parameters
- jsonData
 - mode
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server