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

[Missing <summary> documentation for "M:Facebook.Api.Generator.Configuration.AttributeDefinitionElementCollection.GetElement(System.Int32)"]

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

Syntax

C#
public AttributeDefinitionElement GetElement(
	int id
)
Visual Basic (Declaration)
Public Function GetElement ( _
	id As Integer _
) As AttributeDefinitionElement
Visual C++
public:
AttributeDefinitionElement^ GetElement(
	int id
)

Parameters

id
Type: System..::.Int32

[Missing <param name="id"/> documentation for "M:Facebook.Api.Generator.Configuration.AttributeDefinitionElementCollection.GetElement(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.Configuration.AttributeDefinitionElementCollection.GetElement(System.Int32)"]

See Also

AttributeDefinitionElementCollection Class
Facebook.Api.Generator.Configuration Namespace