Storage for a collection of FlashVar objects.
Namespace:
GrannetDotNet.Web.UI.WebControlsAssembly: GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class FlashVarCollection _ Inherits Collection(Of FlashVar) |
| C# |
|---|
public class FlashVarCollection : Collection<FlashVar> |
| Visual C++ |
|---|
public ref class FlashVarCollection : public Collection<FlashVar^> |
| JavaScript |
|---|
GrannetDotNet.Web.UI.WebControls.FlashVarCollection = function(); Type.createClass( 'GrannetDotNet.Web.UI.WebControls.FlashVarCollection', Collection`1); |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(FlashVar>)>)
GrannetDotNet.Web.UI.WebControls..::.FlashVarCollection
System.Collections.ObjectModel..::.Collection<(Of <(FlashVar>)>)
GrannetDotNet.Web.UI.WebControls..::.FlashVarCollection