I want to add XML code in -NET C# XML documentation, i found this help: https://stackoverflow.com/a/11030588/2825284 but not work
/// <summary>
/// My comentary:
/// <code>
/// <MyXmlCode>
/// <XmlNode Atribute="34"/>
/// </MyXmlCode>
/// </code>
/// </summary>