[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void AddItemHandler(
int Index
) |
| Visual Basic |
|---|
Protected Overridable Sub AddItemHandler ( _
Index As Integer _
) |
| Visual C++ |
|---|
protected:
virtual void AddItemHandler(
int Index
) |
| F# |
|---|
abstract AddItemHandler :
Index:int -> unit
override AddItemHandler :
Index:int -> unit |
| JScript |
|---|
protected function AddItemHandler(
Index : int
) |
Remarks
See Also