C# Class Python.Runtime.Indexer

Afficher le fichier Open project: fkarb/pythonnet Class Usage Examples

Méthodes publiques

Свойство Type Description
GetterBinder MethodBinder
SetterBinder MethodBinder

Méthodes publiques

Méthode Description
AddProperty ( PropertyInfo pi ) : void
Indexer ( ) : System

Private Methods

Méthode Description
GetItem ( IntPtr inst, IntPtr args ) : IntPtr
SetItem ( IntPtr inst, IntPtr args ) : void

Method Details

AddProperty() public méthode

public AddProperty ( PropertyInfo pi ) : void
pi System.Reflection.PropertyInfo
Résultat void

Indexer() public méthode

public Indexer ( ) : System
Résultat System

Property Details

GetterBinder public_oe property

public MethodBinder,Python.Runtime GetterBinder
Résultat MethodBinder

SetterBinder public_oe property

public MethodBinder,Python.Runtime SetterBinder
Résultat MethodBinder