RCL.Web.Routing.RouteConfigElement.SerializeElement C# (CSharp) Méthode

SerializeElement() protected méthode

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