示例#1
0
        private void TestManualStreamSelection()
        {
            bool b;

            m_read.SetManualStreamSelection(true);
            m_read.GetManualStreamSelection(out b);

            Debug.Assert(b);
        }