C# Class IronPython.Modules.CTypes._Array

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

Private Properties

Свойство Type Description
GetBufferInfo PythonTuple
GetShape IList

Méthodes publiques

Méthode Description
__init__ ( ) : void
__len__ ( ) : int
this ( [ slice ) : object
this ( int index ) : object

Private Methods

Méthode Description
GetBufferInfo ( ) : PythonTuple
GetShape ( int start, int end ) : IList

Method Details

__init__() public méthode

public __init__ ( ) : void
Résultat void

__len__() public méthode

public __len__ ( ) : int
Résultat int

this() public méthode

public this ( [ slice ) : object
slice [
Résultat object

this() public méthode

public this ( int index ) : object
index int
Résultat object