コード例 #1
0
    public void ReleaseAllResult()
    {
        for (int i = 0; i < m_results.Count; i++)
        {
            IResult result = m_results[i];
            m_context.ReleaseResult(result);
        }

        m_results.Clear();
    }