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

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateContext(Facebook.ApplicationType,System.Boolean)"]

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 CodeCompileUnit GenerateContext(
	ApplicationType appType,
	bool isBase
)
Visual Basic (Declaration)
Public Function GenerateContext ( _
	appType As ApplicationType, _
	isBase As Boolean _
) As CodeCompileUnit
Visual C++
public:
CodeCompileUnit^ GenerateContext(
	ApplicationType appType, 
	bool isBase
)

Parameters

appType
Type: Facebook..::.ApplicationType

[Missing <param name="appType"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateContext(Facebook.ApplicationType,System.Boolean)"]

isBase
Type: System..::.Boolean

[Missing <param name="isBase"/> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateContext(Facebook.ApplicationType,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiSchemaParser.GenerateContext(Facebook.ApplicationType,System.Boolean)"]

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace