C# Class IronPython.Modules.CTypes._Array

Inheritance: CData
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
GetBufferInfo PythonTuple
GetShape IList

Public Methods

Method Description
__init__ ( ) : void
__len__ ( ) : int
this ( [ slice ) : object
this ( int index ) : object

Private Methods

Method Description
GetBufferInfo ( ) : PythonTuple
GetShape ( int start, int end ) : IList

Method Details

__init__() public method

public __init__ ( ) : void
return void

__len__() public method

public __len__ ( ) : int
return int

this() public method

public this ( [ slice ) : object
slice [
return object

this() public method

public this ( int index ) : object
index int
return object