Click or drag to resize

BetValue Constructor

Initializes a new instance of the BetValue class

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public BetValue(
	string type,
	LocalizedString name,
	BetTypeKey key
)

Parameters

type  String
Odds type name
name  LocalizedString
Odds internationalized name
key  BetTypeKey
Odds type key
See Also