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

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

Syntax

C#
public void Print(
	IEnumerable<Card> cards,
	bool showCount = false
)

Parameters

cards
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Card>)>)>

[Missing <param name="cards"/> documentation for "M:Antikaria.Games.MerchantPrinces.GamePlayer.Print(System.Collections.Generic.IEnumerable{Antikaria.Games.MerchantPrinces.Card},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.Card},System.Boolean)"]

See Also