편집

다음을 통해 공유


RadioGroup Constructors

Definition

Overloads

RadioGroup(Int32)
RadioGroup(String, Int32)

RadioGroup(Int32)

public RadioGroup (int selected);
new MonoTouch.Dialog.RadioGroup : int -> MonoTouch.Dialog.RadioGroup

Parameters

selected
Int32

Applies to

RadioGroup(String, Int32)

public RadioGroup (string key, int selected);
new MonoTouch.Dialog.RadioGroup : string * int -> MonoTouch.Dialog.RadioGroup

Parameters

key
String
selected
Int32

Applies to