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;
        }