RCL.Web.Routing.RouteConfigElement.SerializeElement C# (CSharp) Method

SerializeElement() protected method

protected SerializeElement ( System writer, bool serializeCollectionKey ) : bool
writer System
serializeCollectionKey bool
return bool
        protected override bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey)
        {
            return base.SerializeElement(writer, serializeCollectionKey);
        }