C# 클래스 BACSharp.ArrayExtensions

파일 보기 프로젝트 열기: kib357/BACsharp

공개 메소드들

메소드 설명
Add ( this array, object newItem ) : Array
Add ( this array, object newItem, Type type ) : Array

메소드 상세

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

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