AttributeCollection Constructor |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public AttributeCollection(
StateBag bag
)
Public Sub New (
bag As StateBag
)
public:
AttributeCollection(
StateBag^ bag
)
new :
bag : StateBag -> AttributeCollection
Parameters
- bag
- Type: System.Web.UIStateBag
See Also