Boo.Lang.Compiler.Steps.ProcessMethodBodies.MetaAttributeOf C# (CSharp) Méthode

MetaAttributeOf() private static méthode

private static MetaAttributeOf ( CandidateMethod method ) : MetaAttribute
method Boo.Lang.Runtime.CandidateMethod
Résultat MetaAttribute
        private static MetaAttribute MetaAttributeOf(CandidateMethod method)
        {
            return (MetaAttribute) method.Method.GetCustomAttributes(typeof (MetaAttribute), false).Single();
        }
ProcessMethodBodies