예제 #1
0
 public void RemoveAt(int index)
 {
     if (sessionItems == null)
     {
         return;
     }
     sessionItems.RemoveAt(index);
 }
예제 #2
0
 public void RemoveAt(int index)
 {
     if (innerCollection.Keys[index] != null)
     {
         addInDeletedKeys(innerCollection.Keys[index]);
     }
     innerCollection.RemoveAt(index);
 }
 /// <devdoc>
 ///    <para>[To be supplied.]</para>
 /// </devdoc>
 public void RemoveAt(int index)
 {
     _sessionItems.RemoveAt(index);
 }