AcManager.Tools.ContentInstallation.Types.ContentType.GetUpdateOptions C# (CSharp) Méthode

GetUpdateOptions() public méthode

public GetUpdateOptions ( ) : IEnumerable
Résultat IEnumerable
        public virtual IEnumerable<UpdateOption> GetUpdateOptions() {
            return new[] {
                new UpdateOption(ToolsStrings.Installator_UpdateEverything),
                new UpdateOption(ToolsStrings.Installator_RemoveExistingFirst) { RemoveExisting = true }
            };
        }
    }