C# 클래스 MonoDroidToolkit.IntListPreference

Specify a value list of integers for your list preference
상속: ListPreference
파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit

공개 메소드들

메소드 설명
IntListPreference ( Android.Content.Context context ) : Android.Content
IntListPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content

보호된 메소드들

메소드 설명
GetPersistedString ( string defaultReturnValue ) : string
PersistString ( string value ) : bool

메소드 상세

GetPersistedString() 보호된 메소드

protected GetPersistedString ( string defaultReturnValue ) : string
defaultReturnValue string
리턴 string

IntListPreference() 공개 메소드

public IntListPreference ( Android.Content.Context context ) : Android.Content
context Android.Content.Context
리턴 Android.Content

IntListPreference() 공개 메소드

public IntListPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
리턴 Android.Content

PersistString() 보호된 메소드

protected PersistString ( string value ) : bool
value string
리턴 bool