Boo.Lang.Compiler.Steps.ProcessMethodBodies.MetaAttributeOf C# (CSharp) Метод

MetaAttributeOf() приватный статический Метод

private static MetaAttributeOf ( CandidateMethod method ) : MetaAttribute
method Boo.Lang.Runtime.CandidateMethod
Результат MetaAttribute
        private static MetaAttribute MetaAttributeOf(CandidateMethod method)
        {
            return (MetaAttribute) method.Method.GetCustomAttributes(typeof (MetaAttribute), false).Single();
        }
ProcessMethodBodies