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.
Datei anzeigen Open project: nycmobiledev/transit-app

Public Methods

Method 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 method

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

Include() public method

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

Include() public method

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

Include() public method

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

Include() public method

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

Include() public method

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

Include() public method

public Include ( Switch @switch ) : void
@switch Switch
return void

Include() public method

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

Include() public method

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