Boo.Lang.Compiler.Steps.GeneratorExpressionProcessor.GetMemberwiseCloneMethod C# (CSharp) Method

GetMemberwiseCloneMethod() private method

private GetMemberwiseCloneMethod ( ) : IMethod
return IMethod
        IMethod GetMemberwiseCloneMethod()
        {
            return TypeSystemServices.Map(
                        typeof(object).GetMethod("MemberwiseClone",
                            System.Reflection.BindingFlags.NonPublic|System.Reflection.BindingFlags.Instance));
        }