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

DeleteValue() public méthode

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