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.
Показать файл Открыть проект Примеры использования класса

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