Custom collection type represent the Themes child elements of themes section.

Namespace: FiftyOne.Framework.Mobile.Configuration
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public class ThemeCollection : ConfigurationElementCollection
Visual Basic
Public Class ThemeCollection _
	Inherits ConfigurationElementCollection
Visual C++
public ref class ThemeCollection : public ConfigurationElementCollection

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationElementCollection
      FiftyOne.Framework.Mobile.Configuration..::..ThemeCollection

See Also