AoMBrgEditor.PssgFile.RemoveAttribute C# (CSharp) Метод

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

public RemoveAttribute ( PssgNode node, string attributeName ) : void
node PssgNode
attributeName string
Результат void
        public void RemoveAttribute(PssgNode node, string attributeName)
        {
            node.attributes.Remove(attributeName);
        }