C# Class ServiceClientGenerator.ConstructorForms

Represents forms of the constructor The constructor forms are the different parameter options of a constructor
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method Description
ConstructorForms ( string name, JsonData json ) : Json.LitJson

Creates a representation for a constructor in the structure consisting of a list of a list of member names

Method Details

ConstructorForms() public method

Creates a representation for a constructor in the structure consisting of a list of a list of member names
public ConstructorForms ( string name, JsonData json ) : Json.LitJson
name string The name of the constructor
json JsonData The json customization for the constructor forms
return Json.LitJson