RCL.Web.Routing.RouteConfigElement.SerializeElement C# (CSharp) 메소드

SerializeElement() 보호된 메소드

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