AW.Webapi.Sample.Areas.HelpPage.ObjectGenerator.SimpleTypeObjectGenerator.CanGenerateObject C# (CSharp) Method

CanGenerateObject() public static method

public static CanGenerateObject ( Type type ) : bool
type System.Type
return bool
            public static bool CanGenerateObject(Type type)
            {
                return DefaultGenerators.ContainsKey(type);
            }
ObjectGenerator.SimpleTypeObjectGenerator