System.Reflection.Binder.Default.SelectMethod C# (CSharp) Method

SelectMethod() public method

public SelectMethod ( BindingFlags bindingAttr, MethodBase match, Type types, ParameterModifier modifiers ) : MethodBase
bindingAttr BindingFlags
match MethodBase
types Type
modifiers ParameterModifier
return MethodBase
			public override MethodBase SelectMethod (BindingFlags bindingAttr, MethodBase [] match, Type [] types, ParameterModifier [] modifiers)
			{
				return SelectMethod (bindingAttr, match, types, modifiers,
					false);
			}

Same methods

Binder.Default::SelectMethod ( BindingFlags bindingAttr, MethodBase match, Type types, ParameterModifier modifiers, bool allowByRefMatch ) : MethodBase