共用方式為


UITextFieldCondition 代理人

定義

用來取得 UITextField 條件的委派。

public delegate bool UITextFieldCondition(UITextField textField);
type UITextFieldCondition = delegate of UITextField -> bool

參數

textField
UITextField

傳回值

適用於

另請參閱