Table of Contents

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 ParameterInfo

ParameterInfo 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 MemberInfo

MemberInfo to evaluate.

fullDescription bool

Specifies 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

prefix string
type Type
postfix string
paramName string
fullDescription bool
desc string

Returns

bool

GetDescription(MemberInfo, string, bool)

protected static string GetDescription(MemberInfo info, string paramName, bool fullDescription)

Parameters

info MemberInfo
paramName string
fullDescription bool

Returns

string