C# 클래스 IronPython.Runtime.staticmethod

상속: IronPython.Runtime.Types.PythonTypeSlot
파일 보기 프로젝트 열기: jschementi/iron

Private Properties

프로퍼티 타입 설명
TryGetValue bool

공개 메소드들

메소드 설명
__get__ ( object instance ) : object
__get__ ( object instance, object owner ) : object
staticmethod ( object func ) : System

비공개 메소드들

메소드 설명
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool

메소드 상세

__get__() 공개 메소드

public __get__ ( object instance ) : object
instance object
리턴 object

__get__() 공개 메소드

public __get__ ( object instance, object owner ) : object
instance object
owner object
리턴 object

staticmethod() 공개 메소드

public staticmethod ( object func ) : System
func object
리턴 System