SimpleFramework.Xml.Stream.NamespaceMap.Remove C# (CSharp) Méthode

Remove() public abstract méthode

This is used to remove the prefix that is matched to the given reference. If no prefix is matched to the reference then this will silently return. This will only remove mappings from the current map, and will ignore the parent nodes.
public abstract Remove ( String reference ) : String
reference String /// this is the reference that is to be removed ///
Résultat String
      public abstract String Remove(String reference);
      /// <summary>