C# Class Android.Dialog.BoolElement

Inheritance: Element
Datei anzeigen Open project: sam-lippert/Android.Dialog

Public Methods

Method Description
BoolElement ( string caption, bool value ) : System
BoolElement ( string caption, bool value, int layoutId ) : System
Summary ( ) : string

Method Details

BoolElement() public method

public BoolElement ( string caption, bool value ) : System
caption string
value bool
return System

BoolElement() public method

public BoolElement ( string caption, bool value, int layoutId ) : System
caption string
value bool
layoutId int
return System

Summary() public method

public Summary ( ) : string
return string