C# Class Babel.Compiler.GenericInstanceMethodData

Inheritance: PredefinedMethodData
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
genericMethodDefinition MethodData

Public Methods

Method Description
GenericInstanceMethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System

Method Details

GenericInstanceMethodData() public method

public GenericInstanceMethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System
typeManager TypeManager
methodInfo System.Reflection.MethodInfo
return System

Property Details

genericMethodDefinition protected_oe property

protected MethodData,Babel.Compiler genericMethodDefinition
return MethodData