C# Class Python.Runtime.Indexer

Mostrar archivo Open project: fkarb/pythonnet Class Usage Examples

Public Properties

Property Type Description
GetterBinder MethodBinder
SetterBinder MethodBinder

Public Methods

Method Description
AddProperty ( PropertyInfo pi ) : void
Indexer ( ) : System

Private Methods

Method Description
GetItem ( IntPtr inst, IntPtr args ) : IntPtr
SetItem ( IntPtr inst, IntPtr args ) : void

Method Details

AddProperty() public method

public AddProperty ( PropertyInfo pi ) : void
pi System.Reflection.PropertyInfo
return void

Indexer() public method

public Indexer ( ) : System
return System

Property Details

GetterBinder public_oe property

public MethodBinder,Python.Runtime GetterBinder
return MethodBinder

SetterBinder public_oe property

public MethodBinder,Python.Runtime SetterBinder
return MethodBinder