C# Класс ServiceClientGenerator.GeneratorDriver.NestedStructureLookup

Provides a way to generate the neccesary attributes and marshallers/unmarshallers for nested structures to work
Показать файл Открыть проект

Открытые методы

Метод Описание
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