Ancestry.Daisy.Statements.StaticAnalysis.IsProceedFunction C# (CSharp) Method

IsProceedFunction() public static method

public static IsProceedFunction ( Type func ) : bool
func System.Type
return bool
        public static bool IsProceedFunction(Type func)
        {
            return ExtractProceedFunctionType(func) != null;
        }