C# 클래스 LSharp.StringSequence

Wrapper that allows strings to be treated as sequences
상속: Sequence
파일 보기 프로젝트 열기: RobBlackwell/LSharp

공개 메소드들

메소드 설명
Cons ( object o ) : ISequence
First ( ) : object
GetEnumerator ( ) : System.Collections.IEnumerator
Length ( ) : int
Nth ( int n ) : object
Rest ( ) : ISequence
StringSequence ( string s ) : System
StringSequence ( string s, int index ) : System
ToString ( ) : string

메소드 상세

Cons() 공개 메소드

public Cons ( object o ) : ISequence
o object
리턴 ISequence

First() 공개 메소드

public First ( ) : object
리턴 object

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

Length() 공개 메소드

public Length ( ) : int
리턴 int

Nth() 공개 메소드

public Nth ( int n ) : object
n int
리턴 object

Rest() 공개 메소드

public Rest ( ) : ISequence
리턴 ISequence

StringSequence() 공개 메소드

public StringSequence ( string s ) : System
s string
리턴 System

StringSequence() 공개 메소드

public StringSequence ( string s, int index ) : System
s string
index int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string