AcManager.Tools.ContentInstallation.Types.ContentType.ContentType C# (CSharp) 메소드

ContentType() 보호된 메소드

protected ContentType ( string newFormat, string existingFormat ) : System.Collections.Generic
newFormat string
existingFormat string
리턴 System.Collections.Generic
        protected ContentType(string newFormat, string existingFormat) {
            NewFormat = newFormat;
            ExistingFormat = existingFormat;
        }