SwfDotNet.IO.Dictionary.Remove C# (CSharp) Method

Remove() public method

Removes the specified define tag.
public Remove ( DefineTag defineTag ) : void
defineTag DefineTag Define tag.
return void
        public void Remove(DefineTag defineTag)
        {
            base.Remove (defineTag.CharacterId);
        }

Same methods

Dictionary::Remove ( ushort characterId ) : void