JwtWebApi.Areas.HelpPage.ObjectGenerator.SimpleTypeObjectGenerator.GenerateObject C# (CSharp) Méthode

GenerateObject() public méthode

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