Click or drag to resize

IdName Constructor

Initializes a new instance of the IdName class

Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public IdName(
	int id,
	string name
)

Parameters

id  Int32

[Missing <param name="id"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IdName.#ctor(System.Int32,System.String)"]

name  String

[Missing <param name="name"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IdName.#ctor(System.Int32,System.String)"]

See Also