C# 클래스 Franken_.App_Code.SubList

파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Characters Dictionary,System.Collections.Generic

공개 메소드들

메소드 설명
Add ( string Character, string Substitution ) : void
Delete ( string Substitution ) : void
ReplaceAll ( string Input ) : string
SubList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string Character, string Substitution ) : void
Character string
Substitution string
리턴 void

Delete() 공개 메소드

public Delete ( string Substitution ) : void
Substitution string
리턴 void

ReplaceAll() 공개 메소드

public ReplaceAll ( string Input ) : string
Input string
리턴 string

SubList() 공개 메소드

public SubList ( ) : System
리턴 System

프로퍼티 상세

Characters 공개적으로 프로퍼티

public Dictionary,System.Collections.Generic Characters
리턴 Dictionary,System.Collections.Generic