Skybound.Gecko.GeckoComment.DeleteData C# (CSharp) Method

DeleteData() public method

public DeleteData ( uint offset, uint count ) : void
offset uint
count uint
return void
        public void DeleteData(uint offset, uint count)
        {
            DomComment.DeleteData(offset, count);
        }