Machine.Specifications.Explorers.AssemblyExplorer.IsContext C# (CSharp) Method

IsContext() static private method

static private IsContext ( Type type ) : bool
type System.Type
return bool
        static bool IsContext(Type type)
        {
            return HasSpecificationMembers(type) && !type.GetTypeInfo().HasAttribute(new BehaviorAttributeFullName());
        }