Swagger.Net.XmlCommentDocumentationProvider.XmlCommentDocumentationProvider C# (CSharp) 메소드

XmlCommentDocumentationProvider() 공개 메소드

public XmlCommentDocumentationProvider ( string documentPath ) : System
documentPath string
리턴 System
        public XmlCommentDocumentationProvider(string documentPath)
        {
            var xpath = new XPathDocument(documentPath);
            _documentNavigator = xpath.CreateNavigator();
        }