Add_MODS() private method

Appends this bibliographic description information as MODS to the StringBuilder object
private Add_MODS ( TextWriter Results, SobekCM.Resource_Object.Metadata_Modules.VRACore.VRACore_Info VRACoreInfo ) : void
Results System.IO.TextWriter StringBuilder to add this XML to
VRACoreInfo SobekCM.Resource_Object.Metadata_Modules.VRACore.VRACore_Info MODS can also contain the VRA core as an internal extension schema
return void
 /// <summary> Add the bibliographic information as MODS to the output stream for a given digital resource </summary>
 /// <param name="Output"> Output stream for this metadata to be written to </param>
 /// <param name="thisBibInfo"> Source digital resource bibliographic information </param>
 public static void Write_MODS(TextWriter Output, Bibliographic_Info thisBibInfo)
 {
     thisBibInfo.Add_MODS(Output, null);
 }