C# 클래스 tvTable.AttractionInformation

This class stores information about a give attraction for a CityInformation instance.
상속: NSObject
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
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