C# Class BACSharp.ArrayExtensions

Datei anzeigen Open project: kib357/BACsharp

Public Methods

Method Description
Add ( this array, object newItem ) : Array
Add ( this array, object newItem, Type type ) : Array

Method Details

Add() public static method

public static Add ( this array, object newItem ) : Array
array this
newItem object
return System.Array

Add() public static method

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