C# 클래스 ServiceClientGenerator.ConstructorForms

Represents forms of the constructor The constructor forms are the different parameter options of a constructor
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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

메소드 상세

ConstructorForms() 공개 메소드

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
리턴 Json.LitJson