[Missing <summary> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static string RenderFor(
	this Thing thing,
	Living p,
	bool useAAn = true,
	string join = "and"
)

Parameters

thing
Type: BaseLib..::..Thing

[Missing <param name="thing"/> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

p
Type: BaseLib..::..Living

[Missing <param name="p"/> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

useAAn (Optional)
Type: System..::..Boolean

[Missing <param name="useAAn"/> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

join (Optional)
Type: System..::..String

[Missing <param name="join"/> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Descriptions.RenderFor(BaseLib.Thing,BaseLib.Living,System.Boolean,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Thing. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also