SimpleFramework.Xml.Stream.NamespaceMap.Put C# (CSharp) Method

Put() public abstract method

This is used to add the namespace reference to the namespace map. If the namespace has been added to a parent node then this will not add the reference. The prefix added to the map will be the default namespace, which is an empty prefix.
public abstract Put ( String reference ) : String
reference String /// this is the reference to be added ///
return String
      public abstract String Put(String reference);
      /// <summary>

Same methods

NamespaceMap::Put ( String reference, String prefix ) : String