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

[Missing <summary> documentation for "P:Facebook.Api.Generator.Configuration.AttributeDefinitionElement.Params"]

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

Syntax

C#
[ConfigurationCollectionAttribute(typeof(ConstructorParameterElement))]
[ConfigurationPropertyAttribute("params", IsRequired = false)]
public ConstructorParameterElementCollection Params { get; set; }
Visual Basic (Declaration)
<ConfigurationCollectionAttribute(GetType(ConstructorParameterElement))> _
<ConfigurationPropertyAttribute("params", IsRequired := False)> _
Public Property Params As ConstructorParameterElementCollection
Visual C++
[ConfigurationCollectionAttribute(typeof(ConstructorParameterElement))]
[ConfigurationPropertyAttribute(L"params", IsRequired = false)]
public:
property ConstructorParameterElementCollection^ Params {
	ConstructorParameterElementCollection^ get ();
	void set (ConstructorParameterElementCollection^ value);
}

See Also

AttributeDefinitionElement Class
Facebook.Api.Generator.Configuration Namespace