| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal fileStream As Stream _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim fileStream As Stream Dim instance As New JsonDataSourceImpl(fileStream)  | |
| C# | |
|---|---|
public JsonDataSourceImpl( Stream fileStream )  | |
| Managed Extensions for C++ | |
|---|---|
public: JsonDataSourceImpl( Stream* fileStream )  | |
| C++/CLI | |
|---|---|
public: JsonDataSourceImpl( Stream^ fileStream )  | |
Parameters
- fileStream
 - stream of the json file
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server