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

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

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