C# Class IronPython.Modules.CTypes.SimpleCData

Inheritance: CData, ICodeFormattable
Mostra file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
Deletevalue void
GetDataRepr string
Getvalue object
Setvalue void

Public Methods

Method Description
__init__ ( ) : void
__init__ ( object value ) : void
__repr__ ( CodeContext context ) : string

Protected Methods

Method Description
SimpleCData ( ) : System

Private Methods

Method Description
Deletevalue ( ) : void
GetDataRepr ( CodeContext context ) : string
Getvalue ( ) : object
Setvalue ( object value ) : void

Method Details

SimpleCData() protected method

protected SimpleCData ( ) : System
return System

__init__() public method

public __init__ ( ) : void
return void

__init__() public method

public __init__ ( object value ) : void
value object
return void

__repr__() public method

public __repr__ ( CodeContext context ) : string
context CodeContext
return string