C# Класс tvTable.AttractionInformation

This class stores information about a give attraction for a CityInformation instance.
Наследование: NSObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AttractionInformation ( string name, string description, string imageName ) : System

Initializes a new instance of the T:tvTable.AttractionInformation class.

Описание методов

AttractionInformation() публичный Метод

Initializes a new instance of the T:tvTable.AttractionInformation class.
public AttractionInformation ( string name, string description, string imageName ) : System
name string The name of the attraction.
description string A short description of the attraction.
imageName string The Assets.xcassets name of the image that will be displayed for the attraction.
Результат System