Method GetDescription
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.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, bool)
Obtains description of the specified MemberInfo.
public static string GetDescription(MemberInfo info, bool fullDescription)
Parameters
info
MemberInfoMemberInfo to evaluate.
fullDescription
boolSpecifies whether description should include name and type of the found element.
Returns
- string
String that describes specified MemberInfo.
GetDescription(string, Type, string, string, bool, out string)
protected static bool GetDescription(string prefix, Type type, string postfix, string paramName, bool fullDescription, out string desc)
Parameters
Returns
GetDescription(MemberInfo, string, bool)
protected static string GetDescription(MemberInfo info, string paramName, bool fullDescription)
Parameters
info
MemberInfoparamName
stringfullDescription
bool