Exemple #1
0
        /// <summary>
        /// Returns the PipDataBuilder back to its initial state.
        /// </summary>
        public void Clear()
        {
            m_entries.Clear();

            // Add entry which will be replaced with the count of the number of contained entries
            m_entries.Add(PipDataEntry.CreateNestedDataStart(0));
            m_nestedDataFragmentCountStack.Clear();
            m_currentPipDataCountInfo = default(PipDataCountInfo);
        }