C# Class IronPython.Runtime.staticmethod

Inheritance: IronPython.Runtime.Types.PythonTypeSlot
Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description
TryGetValue bool

Méthodes publiques

Méthode Description
__get__ ( object instance ) : object
__get__ ( object instance, object owner ) : object
staticmethod ( object func ) : System

Private Methods

Méthode Description
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool

Method Details

__get__() public méthode

public __get__ ( object instance ) : object
instance object
Résultat object

__get__() public méthode

public __get__ ( object instance, object owner ) : object
instance object
owner object
Résultat object

staticmethod() public méthode

public staticmethod ( object func ) : System
func object
Résultat System