C# 클래스 IronRuby.Builtins.RubyStruct.Info

This class represents the type information of a Struct. There is one instance of this per Struct RubyClass; all instances of that class shares one instance of StructInfo.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetMembers RubyArray
GetName string
GetNames ReadOnlyCollection
Info System
TryGetIndex bool

비공개 메소드들

메소드 설명
GetMembers ( RubyContext context ) : RubyArray
GetName ( int index ) : string
GetNames ( ) : ReadOnlyCollection
Info ( string names ) : System
TryGetIndex ( string name, int &index ) : bool