MrKWatkins.Reflection 1.3.1 Help

CachedReflectionFormatter.Format Method

Overloads

Name

Description

Format(MemberInfo)

Formats the specified MemberInfo.

Format(StringBuilder, MemberInfo)

Formats the specified MemberInfo.

Format(TextWriter, MemberInfo)

Formats the specified MemberInfo.

Format(MemberInfo)

Formats the specified MemberInfo.

public string Format(MemberInfo member);

Parameters

Name

Type

Description

member

MemberInfo

The member.

Returns

String

A string representing member.

Format(StringBuilder, MemberInfo)

Formats the specified MemberInfo.

public void Format(StringBuilder output, MemberInfo member);

Parameters

Name

Type

Description

output

StringBuilder

A StringBuilder to append a string representing member to.

member

MemberInfo

The member.

Format(TextWriter, MemberInfo)

Formats the specified MemberInfo.

public void Format(TextWriter output, MemberInfo member);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing member to.

member

MemberInfo

The member.

Last modified: 17 December 2024