C# Class Samples.MyObject

Inheritance: MonoMobile.Views.View
显示文件 Open project: RobertKozak/MonoMobile.Views

Public Properties

Property Type Description
EnumCollection List
MyList IEnumerable
Name string
TestString string

Public Methods

Method Description
MyObject ( string name ) : MonoTouch.UIKit

Method Details

MyObject() public method

public MyObject ( string name ) : MonoTouch.UIKit
name string
return MonoTouch.UIKit

Property Details

EnumCollection public_oe property

public List EnumCollection
return List

MyList public_oe property

public IEnumerable MyList
return IEnumerable

Name public_oe property

public string Name
return string

TestString public_oe property

public string TestString
return string