Newtonsoft.Json.Converters.XCommentWrapper.XCommentWrapper C# (CSharp) Méthode

XCommentWrapper() public méthode

public XCommentWrapper ( System.Xml.Linq.XComment text ) : System
text System.Xml.Linq.XComment
Résultat System
    public XCommentWrapper(XComment text)
      : base(text)
    {
    }
XCommentWrapper