Reads all objects from the data stream.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static IDictionary<string, RObject> ReadAll(
string path
)
Public Shared Function ReadAll (
path As String
) As IDictionary(Of String, RObject)
public:
static IDictionary<String^, RObject^>^ ReadAll(
String^ path
)
static member ReadAll :
path : string -> IDictionary<string, RObject>
Parameters
- path
- Type: SystemString
The file to read from.
Return Value
Type:
IDictionaryString,
RObjectA dictionary that maps names to objects.
Numerical Libraries
Supported in: 6.0
Reference