Show / Hide Table of Contents

Class League

Inheritance
System.Object
League
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class League

Properties

| Improve this Doc View Source

IconUrls

Declaration
public UrlContainer IconUrls { get; set; }
Property Value
Type Description
UrlContainer
| Improve this Doc View Source

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX