private void TestAllocateForOutput() { bool b; m_read.SetAllocateForOutput(1, true); m_read.GetAllocateForOutput(1, out b); Debug.Assert(b); }