AdvancedLauncher.Tools.Imaging.TargaFooter.SetReservedCharacter C# (CSharp) 메소드

SetReservedCharacter() 보호된 메소드

Sets the ReservedCharacter property, available only to objects in the same assembly as TargaFooter.
protected SetReservedCharacter ( string strReservedCharacter ) : void
strReservedCharacter string The ReservedCharacter value read from the file.
리턴 void
        protected internal void SetReservedCharacter(string strReservedCharacter)
        {
            this.strReservedCharacter = strReservedCharacter;
        }