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

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

Syntax

C#
public static CommandResult PutIn(
	this Living liv,
	IEnumerable<Thing> things,
	Thing container
)

Parameters

liv
Type: BaseLib..::..Living

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

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

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

container
Type: BaseLib..::..Thing

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

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Living. 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