AcManager.Tools.ContentInstallation.Types.ContentType.ContentType C# (CSharp) Method

ContentType() protected method

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