NuGet.NullSettings.DeleteSection C# (CSharp) Méthode

DeleteSection() public méthode

public DeleteSection ( string section ) : bool
section string
Résultat bool
        public bool DeleteSection(string section)
        {
            throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, NuGetResources.InvalidNullSettingsOperation, "DeleteSection"));
        }
    }