Public Function BuildTextReader( _ ByVal stream As Stream _ ) As TextReader
Dim instance As CsvStreamReader Dim stream As Stream Dim value As TextReader value = instance.BuildTextReader(stream)
public TextReader BuildTextReader( Stream stream )
public: TextReader^ BuildTextReader( Stream^ stream )
Parameters
- stream