Cuke4Nuke.Core.AfterHook.GetHookAttributes C# (CSharp) 메소드

GetHookAttributes() 개인적인 정적인 메소드

private static GetHookAttributes ( MethodInfo method ) : HookAttribute[]
method System.Reflection.MethodInfo
리턴 HookAttribute[]
        private static HookAttribute[] GetHookAttributes(MethodInfo method)
        {
            return (HookAttribute[])method.GetCustomAttributes(typeof(AfterAttribute), true);
        }