[Missing <summary> documentation for "M:Antikaria.Games.MerchantPrinces.GamePlayer.Print(System.Collections.Generic.IEnumerable{Antikaria.Games.MerchantPrinces.Supply},System.Boolean)"]

Namespace: Antikaria.Games.MerchantPrinces
Assembly: Antikaria (in Antikaria.dll) Version: 0.1.0.0

Syntax

C#
public void Print(
	IEnumerable<Supply> supplies,
	bool showCount = true
)

Parameters

supplies
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Supply>)>)>

[Missing <param name="supplies"/> documentation for "M:Antikaria.Games.MerchantPrinces.GamePlayer.Print(System.Collections.Generic.IEnumerable{Antikaria.Games.MerchantPrinces.Supply},System.Boolean)"]

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

[Missing <param name="showCount"/> documentation for "M:Antikaria.Games.MerchantPrinces.GamePlayer.Print(System.Collections.Generic.IEnumerable{Antikaria.Games.MerchantPrinces.Supply},System.Boolean)"]

See Also