C# 클래스 IronPython.Modules.CTypes._Array

상속: CData
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetBufferInfo PythonTuple
GetShape IList

공개 메소드들

메소드 설명
__init__ ( ) : void
__len__ ( ) : int
this ( [ slice ) : object
this ( int index ) : object

비공개 메소드들

메소드 설명
GetBufferInfo ( ) : PythonTuple
GetShape ( int start, int end ) : IList

메소드 상세

__init__() 공개 메소드

public __init__ ( ) : void
리턴 void

__len__() 공개 메소드

public __len__ ( ) : int
리턴 int

this() 공개 메소드

public this ( [ slice ) : object
slice [
리턴 object

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object