'Declaration Public Overloads Function OpenRead() As Stream
'Usage Dim instance As AbstractFile Dim value As Stream value = instance.OpenRead()
public Stream OpenRead()
Return Value
A System.IO.Stream object that can be used to read data from the file.