Свойство | Type | Description | |
---|---|---|---|
TryGetValue | bool |
Méthode | Description | |
---|---|---|
__get__ ( object instance ) : object | ||
__get__ ( object instance, object owner ) : object | ||
staticmethod ( object func ) : System |
Méthode | Description | |
---|---|---|
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool |
public __get__ ( object instance ) : object | ||
instance | object | |
Résultat | object |
public __get__ ( object instance, object owner ) : object | ||
instance | object | |
owner | object | |
Résultat | object |
public staticmethod ( object func ) : System | ||
func | object | |
Résultat | System |