C# Класс GrayStorm.methodHelpers

All of the global static variables we need for the project will be declared here. Namely, the array list of storageInformation.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
StorageInformationArrayList List

Открытые методы

Метод Описание
containedInList ( MethodInfo selectedMethod ) : int
methodInfoToDelegate ( System methodIN ) : Delegate

Описание методов

containedInList() публичный статический Метод

public static containedInList ( MethodInfo selectedMethod ) : int
selectedMethod System.Reflection.MethodInfo
Результат int

methodInfoToDelegate() публичный статический Метод

public static methodInfoToDelegate ( System methodIN ) : Delegate
methodIN System
Результат System.Delegate

Описание свойств

StorageInformationArrayList публичное статическое свойство

public static List StorageInformationArrayList
Результат List