AdvancedLauncher.Tools.Imaging.TargaFooter.SetSignature C# (CSharp) Méthode

SetSignature() protected méthode

Sets the Signature property, available only to objects in the same assembly as TargaFooter.
protected SetSignature ( string strSignature ) : void
strSignature string The Signature value read from the file.
Résultat void
        protected internal void SetSignature(string strSignature)
        {
            this.strSignature = strSignature;
        }