Boo.Lang.Compiler.Steps.GeneratorExpressionProcessor.GetMemberwiseCloneMethod C# (CSharp) Метод

GetMemberwiseCloneMethod() приватный Метод

private GetMemberwiseCloneMethod ( ) : IMethod
Результат IMethod
        IMethod GetMemberwiseCloneMethod()
        {
            return TypeSystemServices.Map(
                        typeof(object).GetMethod("MemberwiseClone",
                            System.Reflection.BindingFlags.NonPublic|System.Reflection.BindingFlags.Instance));
        }