Method GetDescription
- Namespace
- Alternet.Syntax.Parsers.Python.SemanticModel
- Assembly
- Alternet.Syntax.Parsers.Advanced.Python.v9.dll
GetDescription(ParameterInfo)
Obtains description of the specified ParameterInfo.
public static string GetDescription(ParameterInfo pinfo)
Parameters
pinfo
ParameterInfoParameterInfo to evaluate.
Returns
- string
String that describes specified ParameterInfo.
GetDescription(MemberInfo)
Obtains description of the specified MemberInfo.
public static string GetDescription(MemberInfo info)
Parameters
info
MemberInfoMemberInfo to evaluate.
Returns
- string
String that describes specified MemberInfo.
GetDescription(string, Type, string, string, out string)
protected static bool GetDescription(string prefix, Type type, string postfix, string paramName, out string desc)
Parameters
Returns
GetDescription(MemberInfo, string)
protected static string GetDescription(MemberInfo info, string paramName)
Parameters
info
MemberInfoparamName
string