메소드 | 설명 | |
---|---|---|
GetMethodDocumentation ( string typeFullName, string methodName ) : string | ||
GetParameterDocumentation ( string typeFullName, string methodName, string paramName ) : string | ||
GetTypeDocumentation ( string typeFullName ) : string | ||
XmlDocumentationProvider ( string assemblyFileName ) : System |
메소드 | 설명 | |
---|---|---|
RemoveWhitespaceFromSummary ( string innerText ) : string |
public GetMethodDocumentation ( string typeFullName, string methodName ) : string | ||
typeFullName | string | |
methodName | string | |
리턴 | string |
public GetParameterDocumentation ( string typeFullName, string methodName, string paramName ) : string | ||
typeFullName | string | |
methodName | string | |
paramName | string | |
리턴 | string |
public GetTypeDocumentation ( string typeFullName ) : string | ||
typeFullName | string | |
리턴 | string |
public XmlDocumentationProvider ( string assemblyFileName ) : System | ||
assemblyFileName | string | |
리턴 | System |