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

[Missing <summary> documentation for "T:Facebook.Api.Generator.Configuration.ConstructorParameterElementCollection"]

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))]
public class ConstructorParameterElementCollection : ConfigurationElementCollection
Visual Basic (Declaration)
<ConfigurationCollectionAttribute(GetType(ConstructorParameterElement))> _
Public Class ConstructorParameterElementCollection _
	Inherits ConfigurationElementCollection
Visual C++
[ConfigurationCollectionAttribute(typeof(ConstructorParameterElement))]
public ref class ConstructorParameterElementCollection : public ConfigurationElementCollection

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationElementCollection
      Facebook.Api.Generator.Configuration..::.ConstructorParameterElementCollection

See Also

ConstructorParameterElementCollection Members
Facebook.Api.Generator.Configuration Namespace