Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
abstract int ReadInternal(int count);
protected abstract int ReadInternal (int count);
abstract member ReadInternal : int -> int
Protected MustOverride Function ReadInternal (count As Integer) As Integer