[Missing <summary> documentation for "M:BaseLib.Descriptions.RenderPositionalFor(System.Collections.Generic.IEnumerable{BaseLib.Thing},BaseLib.Living)"]

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

Collapse imageSyntax

C#
public static string RenderPositionalFor(
	this IEnumerable<Thing> things,
	Living p
)

Parameters

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

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

p
Type: BaseLib..::..Living

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

Return Value

[Missing <returns> documentation for "M:BaseLib.Descriptions.RenderPositionalFor(System.Collections.Generic.IEnumerable{BaseLib.Thing},BaseLib.Living)"]

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).

Collapse imageSee Also