pGina.Plugin.UsernameMod.Rules.ListOfRules.remove C# (CSharp) Метод

remove() публичный Метод

Removes the rule at the specified index.
public remove ( int index ) : void
index int
Результат void
        public void remove(int index)
        {
            list.RemoveAt(index);
        }