C# Class IronPython.Modules.CTypes.SimpleCData

Inheritance: CData, ICodeFormattable
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description
Deletevalue void
GetDataRepr string
Getvalue object
Setvalue void

Méthodes publiques

Méthode Description
__init__ ( ) : void
__init__ ( object value ) : void
__repr__ ( CodeContext context ) : string

Méthodes protégées

Méthode Description
SimpleCData ( ) : System

Private Methods

Méthode Description
Deletevalue ( ) : void
GetDataRepr ( CodeContext context ) : string
Getvalue ( ) : object
Setvalue ( object value ) : void

Method Details

SimpleCData() protected méthode

protected SimpleCData ( ) : System
Résultat System

__init__() public méthode

public __init__ ( ) : void
Résultat void

__init__() public méthode

public __init__ ( object value ) : void
value object
Résultat void

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string