SharpTune.RomMod.Blob.CloneWithNewStartAddress C# (CSharp) Méthode

CloneWithNewStartAddress() public méthode

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