RemoveAt method

void RemoveAt(
  1. int index
)
Removes a permission from the collection. The zero-based index of the permission to remove.

Implementation

void RemoveAt(int index) {
  this.InternalRemoveAt(index);
}