Reads all objects from the data stream.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.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.
Reference