======Метод DefaultBinder.BindToMethod(BindingFlags, MethodBase[], Object[], ParameterModifier[], CultureInfo, String[], Object)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public override MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, CultureInfo cultureInfo, string[] names, out object state) **Параметры** * //bindingAttr// * Тип: [[developers:references:system.reflection.bindingflags|System.Reflection.BindingFlags]] * //match// * Тип: [[developers:references:system.reflection.methodbase|System.Reflection.MethodBase]][] * //args// * Тип: [[developers:references:system.object|System.Object]] * //modifiers// * Тип: [[developers:references:system.reflection.parametermodifier|System.Reflection.ParameterModifier]][] * //cultureInfo// * Тип: [[developers:references:system.globalization.cultureinfo|System.Globalization.CultureInfo]] * //names// * Тип: [[developers:references:system.string|System.String]][] * //state// * Тип: [[developers:references:system.object|System.Object]] **Возвращаемое значение** * Тип: [[developers:references:system.reflection.methodbase|System.Reflection.MethodBase]]