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

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeMembers(System.Xml.Schema.XmlSchemaGroupBase,System.String)"]

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

Syntax

C#
public CodeTypeMember[] GenerateCodeTypeMembers(
	XmlSchemaGroupBase group,
	string typeName
)
Visual Basic (Declaration)
Public Function GenerateCodeTypeMembers ( _
	group As XmlSchemaGroupBase, _
	typeName As String _
) As CodeTypeMember()
Visual C++
public:
array<CodeTypeMember^>^ GenerateCodeTypeMembers(
	XmlSchemaGroupBase^ group, 
	String^ typeName
)

Parameters

group
Type: System.Xml.Schema..::.XmlSchemaGroupBase

[Missing <param name="group"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeMembers(System.Xml.Schema.XmlSchemaGroupBase,System.String)"]

typeName
Type: System..::.String

[Missing <param name="typeName"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeMembers(System.Xml.Schema.XmlSchemaGroupBase,System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateCodeTypeMembers(System.Xml.Schema.XmlSchemaGroupBase,System.String)"]

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace