C# Class 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.
Afficher le fichier Open project: nycmobiledev/transit-app

Méthodes publiques

Méthode Description
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.

Method Details

Include() public méthode

Includes the specified button.
public Include ( Button button ) : void
button Button The button.
Résultat void

Include() public méthode

Includes the specified check box.
public Include ( CheckBox checkBox ) : void
checkBox CheckBox The check box.
Résultat void

Include() public méthode

Includes the specified compoundButton.
public Include ( CompoundButton compoundButton ) : void
compoundButton CompoundButton The compoundButton.
Résultat void

Include() public méthode

Includes the specified command.
public Include ( ICommand command ) : void
command ICommand The command.
Résultat void

Include() public méthode

Includes the specified changed.
public Include ( INotifyCollectionChanged changed ) : void
changed INotifyCollectionChanged The changed.
Résultat void

Include() public méthode

Includes the specified seekBar.
public Include ( SeekBar seekBar ) : void
seekBar SeekBar The seekBar.
Résultat void

Include() public méthode

public Include ( Switch @switch ) : void
@switch Switch
Résultat void

Include() public méthode

Includes the specified textView.
public Include ( TextView textView ) : void
textView TextView The textView.
Résultat void

Include() public méthode

Includes the specified view.
public Include ( View view ) : void
view View The view.
Résultat void