C# Class GrayStorm.methodHelpers

All of the global static variables we need for the project will be declared here. Namely, the array list of storageInformation.
Afficher le fichier Open project: GrayKernel/GrayStorm

Méthodes publiques

Свойство Type Description
StorageInformationArrayList List

Méthodes publiques

Méthode Description
containedInList ( MethodInfo selectedMethod ) : int
methodInfoToDelegate ( System methodIN ) : Delegate

Method Details

containedInList() public static méthode

public static containedInList ( MethodInfo selectedMethod ) : int
selectedMethod System.Reflection.MethodInfo
Résultat int

methodInfoToDelegate() public static méthode

public static methodInfoToDelegate ( System methodIN ) : Delegate
methodIN System
Résultat System.Delegate

Property Details

StorageInformationArrayList public_oe static_oe property

public static List StorageInformationArrayList
Résultat List