C# Class BACSharp.ArrayExtensions

Afficher le fichier Open project: kib357/BACsharp

Méthodes publiques

Méthode Description
Add ( this array, object newItem ) : Array
Add ( this array, object newItem, Type type ) : Array

Method Details

Add() public static méthode

public static Add ( this array, object newItem ) : Array
array this
newItem object
Résultat System.Array

Add() public static méthode

public static Add ( this array, object newItem, Type type ) : Array
array this
newItem object
type System.Type
Résultat System.Array