CSVReader.Deserialize<T> Method
Public Function Deserialize(Of _
T As {Class, New})() As IEnumerable(Of T)
This language is not supported or no code example is available.
public IEnumerable<T> Deserialize<T>()
where T : class, new()
This language is not supported or no code example is available.
generic<typename T>
where T : ref class, gcnew()
public:
IEnumerable<T^>^ Deserialize()
This language is not supported or no code example is available.
Type Parameters
- T
The type to deserialize
Return Value
IEnumerable<T>A streaming collection of objects as they are read from the source
| Exception type | Condition |
|---|---|
|
If the CSV formatting does not match the object, throw errors |