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));
        }