SimpleFramework.Xml.Stream.NamespaceMap.Remove C# (CSharp) 메소드

Remove() 공개 추상적인 메소드

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 ///
리턴 String
      public abstract String Remove(String reference);
      /// <summary>