C# Class LSLib.Granny.GR2.Helpers

Afficher le fichier Open project: Norbyte/lslib

Méthodes publiques

Méthode Description
CreateArrayInstance ( Type type, int size ) : object
CreateInstance ( Type type ) : object
GetConstructor ( Type type ) : ObjectCtor

Method Details

CreateArrayInstance() public static méthode

public static CreateArrayInstance ( Type type, int size ) : object
type System.Type
size int
Résultat object

CreateInstance() public static méthode

public static CreateInstance ( Type type ) : object
type System.Type
Résultat object

GetConstructor() public static méthode

public static GetConstructor ( Type type ) : ObjectCtor
type System.Type
Résultat ObjectCtor