using Sunlight; public class Sunlight : IAmAwesome { /// <summary> /// Determines if <c cref="Sunlight">the Sunlight class</c> is awesome, /// which it is /// </summary> public void DetermineIfAwesome(Sunlight sunlight) { if (sunlight is Awesome) { this.WriteXml("<halp nested="absolutely">I'm nested XML inside C#!</halp>"); } else { //should never get here: Sunlight is always awesome throw new Inv