C# 클래스 IronRuby.Builtins.SymbolOps

파일 보기 프로젝트 열기: ExpertsInside/IronSP 1 사용 예제들

비공개 메소드들

메소드 설명
GetAllSymbols ( RubyClass self ) : RubyArray
GetEncoding ( RubySymbol self ) : IronRuby.Builtins.RubyEncoding
GetLength ( RubySymbol self ) : int
Inspect ( RubyContext context, RubySymbol self ) : MutableString
IsEmpty ( RubySymbol self ) : bool
Match ( BinaryOpStorageWithScope storage, IronRuby.Runtime.RubyScope scope, RubySymbol self, [ regex ) : object
Match ( BinaryOpStorageWithScope storage, IronRuby.Runtime.RubyScope scope, RubySymbol self, object obj ) : object
Match ( IronRuby.Runtime.ClrName self, [ str ) : object
Match ( IronRuby.Runtime.RubyScope scope, RubySymbol self, [ regex ) : object
ToClrString ( RubySymbol self ) : string
ToInteger ( RubySymbol self ) : int
ToProc ( IronRuby.Runtime.RubyScope scope, RubySymbol self ) : Proc
ToString ( RubySymbol self ) : MutableString
ToSymbol ( RubySymbol self ) : RubySymbol