C# 클래스 MBGen.PatternList

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

공개 프로퍼티들

프로퍼티 타입 설명
Patterns string[]
Symbol char
Title string

공개 메소드들

메소드 설명
GetPattern ( LongRandom r ) : string
Merge ( PatternList list ) : bool
PatternList ( string title, char symbol, string patterns ) : System
PatternList ( string path, int &totalPatterns ) : System

메소드 상세

GetPattern() 공개 메소드

public GetPattern ( LongRandom r ) : string
r LongRandom
리턴 string

Merge() 공개 메소드

public Merge ( PatternList list ) : bool
list PatternList
리턴 bool

PatternList() 공개 메소드

public PatternList ( string title, char symbol, string patterns ) : System
title string
symbol char
patterns string
리턴 System

PatternList() 공개 메소드

public PatternList ( string path, int &totalPatterns ) : System
path string
totalPatterns int
리턴 System

프로퍼티 상세

Patterns 공개적으로 프로퍼티

public string[] Patterns
리턴 string[]

Symbol 공개적으로 프로퍼티

public char Symbol
리턴 char

Title 공개적으로 프로퍼티

public string Title
리턴 string