C# 클래스 TransitApp.Droid.LinkerPleaseInclude

Defines the LinkerPleaseInclude type. This class is never actually executed, but when Xamarin linking is enabled it does how to ensure types and properties are preserved in the deployed app.
파일 보기 프로젝트 열기: nycmobiledev/transit-app

공개 메소드들

메소드 설명
Include ( Button button ) : void

Includes the specified button.

Include ( CheckBox checkBox ) : void

Includes the specified check box.

Include ( CompoundButton compoundButton ) : void

Includes the specified compoundButton.

Include ( ICommand command ) : void

Includes the specified command.

Include ( INotifyCollectionChanged changed ) : void

Includes the specified changed.

Include ( SeekBar seekBar ) : void

Includes the specified seekBar.

Include ( Switch @switch ) : void
Include ( TextView textView ) : void

Includes the specified textView.

Include ( View view ) : void

Includes the specified view.

메소드 상세

Include() 공개 메소드

Includes the specified button.
public Include ( Button button ) : void
button Button The button.
리턴 void

Include() 공개 메소드

Includes the specified check box.
public Include ( CheckBox checkBox ) : void
checkBox CheckBox The check box.
리턴 void

Include() 공개 메소드

Includes the specified compoundButton.
public Include ( CompoundButton compoundButton ) : void
compoundButton CompoundButton The compoundButton.
리턴 void

Include() 공개 메소드

Includes the specified command.
public Include ( ICommand command ) : void
command ICommand The command.
리턴 void

Include() 공개 메소드

Includes the specified changed.
public Include ( INotifyCollectionChanged changed ) : void
changed INotifyCollectionChanged The changed.
리턴 void

Include() 공개 메소드

Includes the specified seekBar.
public Include ( SeekBar seekBar ) : void
seekBar SeekBar The seekBar.
리턴 void

Include() 공개 메소드

public Include ( Switch @switch ) : void
@switch Switch
리턴 void

Include() 공개 메소드

Includes the specified textView.
public Include ( TextView textView ) : void
textView TextView The textView.
리턴 void

Include() 공개 메소드

Includes the specified view.
public Include ( View view ) : void
view View The view.
리턴 void