Table of Contents

Class InningScore

Namespace
Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
Assembly
Sportradar.LiveData.Sdk.dll

Inning score

[Serializable]
public class InningScore
Inheritance
InningScore
Inherited Members

Properties

Inning

Inning

public int Inning { get; }

Property Value

int

Score

Inning

public HomeAway<int> Score { get; }

Property Value

HomeAway<int>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Remarks

Can be used for diagnostics purposes.