'Declaration
Public Property StockValueReader As Dictionary(Of Integer,BinaryReader)
'Usage
Dim instance As SeriesCache Dim value As Dictionary(Of Integer,BinaryReader) instance.StockValueReader = value value = instance.StockValueReader
public Dictionary<int,BinaryReader> StockValueReader {get; set;}