BC.Web.Areas.HelpPage.ObjectGenerator.SimpleTypeObjectGenerator.CanGenerateObject C# (CSharp) Метод

CanGenerateObject() публичный статический Метод

public static CanGenerateObject ( Type type ) : bool
type System.Type
Результат bool
            public static bool CanGenerateObject(Type type)
            {
                return DefaultGenerators.ContainsKey(type);
            }
ObjectGenerator.SimpleTypeObjectGenerator