Insert the object at the top of the collection
Namespace: Ico.WPFAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int Add( T value ) |
Visual Basic |
---|
Public Function Add ( _ value As T _ ) As Integer |
JScript |
---|
public function Add( value : T ) : int |
Parameters
- value
- Type: T