BuildingCoder.CmdCategorySupportsTypeParameter.BicSupportsTypeParameters C# (CSharp) Method

BicSupportsTypeParameters() static private method

Return true if the given built-in category supports type parameters.
static private BicSupportsTypeParameters ( BuiltInCategory bic ) : bool
bic BuiltInCategory
return bool
        static bool BicSupportsTypeParameters(
            BuiltInCategory bic)
        {
            return _bicSupportsTypeParameters.ContainsKey(
            bic );
        }