C# Class ObjectArrayExtension, Adnc

ファイルを表示 Open project: AlphaYu/Adnc

Public Methods

Method Description
GetTypeArray ( Array, args ) : Type[],

Gets the types of the objects in the specified array.

Method Details

GetTypeArray() public static method

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.
return Type[],