ResourceTypeCollectionInsert Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override void Insert(
int index,
ResourceType item
)
Public Overrides Sub Insert (
index As Integer,
item As ResourceType
)
public:
virtual void Insert(
int index,
ResourceType^ item
) override
abstract Insert :
index : int *
item : ResourceType -> unit
override Insert :
index : int *
item : ResourceType -> unit
Parameters
- index
- Type: SystemInt32
- item
- Type: Kettic.AspNet.ControlsResourceType
See Also