C# Class Babel.Compiler.GenericInstanceMethodData

Inheritance: PredefinedMethodData
Afficher le fichier Open project: shugo/babel

Protected Properties

Свойство Type Description
genericMethodDefinition MethodData

Méthodes publiques

Méthode Description
GenericInstanceMethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System

Method Details

GenericInstanceMethodData() public méthode

public GenericInstanceMethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System
typeManager TypeManager
methodInfo System.Reflection.MethodInfo
Résultat System

Property Details

genericMethodDefinition protected_oe property

protected MethodData,Babel.Compiler genericMethodDefinition
Résultat MethodData