BuildingCoder.CmdCategorySupportsTypeParameter.BicSupportsTypeParameters C# (CSharp) Метод

BicSupportsTypeParameters() статический приватный Метод

Return true if the given built-in category supports type parameters.
static private BicSupportsTypeParameters ( BuiltInCategory bic ) : bool
bic BuiltInCategory
Результат bool
        static bool BicSupportsTypeParameters(
            BuiltInCategory bic)
        {
            return _bicSupportsTypeParameters.ContainsKey(
            bic );
        }