AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetAuthorName C# (CSharp) Метод

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

Sets the AuthorName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAuthorName ( string strAuthorName ) : void
strAuthorName string The Author Name value read from the file.
Результат void
        protected internal void SetAuthorName(string strAuthorName)
        {
            this.strAuthorName = strAuthorName;
        }