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

GenerateObject() public method

public GenerateObject ( Type type ) : object
type System.Type
return object
            public object GenerateObject(Type type)
            {
                return DefaultGenerators[type](++_index);
            }
        }
ObjectGenerator.SimpleTypeObjectGenerator