Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/ [Ceci est une documentation préliminaire, sous réserve de modification.]
Ajoute un tableau de caractères à la fin de cette instance.
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public void Append(
char[] value
) |
Visual Basic (Déclaration) |
---|
Public Sub Append ( _
value As Char() _
) |
Visual C++ |
---|
public:
void Append(
array<wchar_t>^ value
) |
Paramètres
- value
- Type: array<System..::..Char>[]()[][]
Le tableau de caractères Unicode à ajouter.
Voir aussi