C# Class IronPython.Runtime.Types.ExtensionPropertyInfo

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
ExtensionPropertyInfo ( Type logicalDeclaringType, MethodInfo mi ) : System

Private Methods

Method Description
GetPropertyMethods ( MethodInfo mi, string methodName, string prefix, string get, string set, string delete ) : void

Method Details

ExtensionPropertyInfo() public method

public ExtensionPropertyInfo ( Type logicalDeclaringType, MethodInfo mi ) : System
logicalDeclaringType System.Type
mi System.Reflection.MethodInfo
return System