SharpTune.RomMod.Blob.CloneWithNewStartAddress C# (CSharp) Method

CloneWithNewStartAddress() public method

public CloneWithNewStartAddress ( uint newStartAddress ) : Blob
newStartAddress uint
return Blob
        public Blob CloneWithNewStartAddress(uint newStartAddress)
        {
            return new Blob(newStartAddress, this.Content);
        }