AdvancedLauncher.Tools.Imaging.TargaFooter.SetSignature C# (CSharp) Метод

SetSignature() защищенный Метод

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.
Результат void
        protected internal void SetSignature(string strSignature)
        {
            this.strSignature = strSignature;
        }