[Missing <summary> documentation for "M:BaseLib.Descriptions.RenderFor(System.Collections.Generic.IEnumerable{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 IEnumerable<Thing> things,
	Living p,
	bool useAAn = true,
	string join = "and"
)

Parameters

things
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Thing>)>)>

[Missing <param name="things"/> documentation for "M:BaseLib.Descriptions.RenderFor(System.Collections.Generic.IEnumerable{BaseLib.Thing},BaseLib.Living,System.Boolean,System.String)"]

p
Type: BaseLib..::..Living

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

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

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

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

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

Return Value

[Missing <returns> documentation for "M:BaseLib.Descriptions.RenderFor(System.Collections.Generic.IEnumerable{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 IEnumerable<(Of <(<'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