C# 클래스 ObjectArrayExtension, Adnc

파일 보기 프로젝트 열기: AlphaYu/Adnc

공개 메소드들

메소드 설명
GetTypeArray ( Array, args ) : Type[],

Gets the types of the objects in the specified array.

메소드 상세

GetTypeArray() 공개 정적인 메소드

Gets the types of the objects in the specified array.
public static GetTypeArray ( Array, args ) : Type[],
args Array, An array of objects whose types to determine.
리턴 Type[],