Пример #1
0
 /// <summary>
 /// Cuts a reference from this ID to a row of attributes.
 /// </summary>
 /// <param name="row">The row to cut.</param>
 void CutReference(Row row)
 {
     if (m_Rows != null)
     {
         m_Rows = m_Rows.Remove(row);
     }
 }