SwfDotNet.IO.Tags.Types.ButtonRecordCollection.Insert C# (CSharp) Méthode

Insert() public méthode

Inserts the specified index.
public Insert ( int index, ButtonRecord value ) : void
index int Index.
value ButtonRecord Value.
Résultat void
        public void Insert(int index, ButtonRecord value)
        {
            List.Insert(index, value as object);
        }