Constructor MemberSelectorEditor
MemberSelectorEditor()
Initializes a new instance of the MemberSelectorEditor class.
public MemberSelectorEditor()
MemberSelectorEditor(bool)
Initializes a new instance of the MemberSelectorEditor class using either a multi- or single-selection dialog.
public MemberSelectorEditor(bool allowMultiSelection)
Parameters
allowMultiSelection
boolIndicates whether the interface allows selecting multiple members.
MemberSelectorEditor(Func<Expression, Type>, bool)
Initializes a new instance of the MemberSelectorEditor class using either a multi- or single-selection dialog and the specified method for selecting the expression type.
public MemberSelectorEditor(Func<Expression, Type> typeSelector, bool allowMultiSelection)
Parameters
typeSelector
Func<Expression, Type>A method for selecting the type from which to select members.
allowMultiSelection
boolIndicates whether the interface allows selecting multiple members.