C# Class IronPython.Runtime.Types.ExtensionPropertyInfo

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
ExtensionPropertyInfo ( Type logicalDeclaringType, MethodInfo mi ) : System

Private Methods

Méthode Description
GetPropertyMethods ( MethodInfo mi, string methodName, string prefix, string get, string set, string delete ) : void

Method Details

ExtensionPropertyInfo() public méthode

public ExtensionPropertyInfo ( Type logicalDeclaringType, MethodInfo mi ) : System
logicalDeclaringType System.Type
mi System.Reflection.MethodInfo
Résultat System