C# 클래스 ServiceClientGenerator.GeneratorDriver.NestedStructureLookup

Provides a way to generate the neccesary attributes and marshallers/unmarshallers for nested structures to work
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
NestedStructureLookup ( ) : System
SearchForNestedStructures ( Shape structure ) : void

Function that recursively searches for structures of a given shape

메소드 상세

NestedStructureLookup() 공개 메소드

public NestedStructureLookup ( ) : System
리턴 System

SearchForNestedStructures() 공개 메소드

Function that recursively searches for structures of a given shape
public SearchForNestedStructures ( Shape structure ) : void
structure Shape The shape to look for recursive structures in
리턴 void