[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateClassDeclarations(System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement})"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3389.20466 (1.0.0.0)

Syntax

C#
public IEnumerable<CodeCompileUnit> GenerateClassDeclarations(
	IDictionary<XmlQualifiedName, XmlSchemaElement> classTypes
)
Visual Basic (Declaration)
Public Function GenerateClassDeclarations ( _
	classTypes As IDictionary(Of XmlQualifiedName, XmlSchemaElement) _
) As IEnumerable(Of CodeCompileUnit)
Visual C++
public:
IEnumerable<CodeCompileUnit^>^ GenerateClassDeclarations(
	IDictionary<XmlQualifiedName^, XmlSchemaElement^>^ classTypes
)

Parameters

classTypes
Type: System.Collections.Generic..::.IDictionary<(Of <(XmlQualifiedName, XmlSchemaElement>)>)

[Missing <param name="classTypes"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateClassDeclarations(System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement})"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateClassDeclarations(System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement})"]

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace