C# 클래스 proje1.KelimeAgaci

파일 보기 프로젝트 열기: gdemir/pro-lang 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mean string

공개 메소드들

메소드 설명
AnlamBul ( string key ) : string
KelimeAgaci ( ) : System
KelimeEkle ( string key, string value ) : void
KelimeSil ( string key ) : void
KokBul ( KelimeAgaci node, string key ) : KelimeAgaci

메소드 상세

AnlamBul() 공개 메소드

public AnlamBul ( string key ) : string
key string
리턴 string

KelimeAgaci() 공개 메소드

public KelimeAgaci ( ) : System
리턴 System

KelimeEkle() 공개 메소드

public KelimeEkle ( string key, string value ) : void
key string
value string
리턴 void

KelimeSil() 공개 메소드

public KelimeSil ( string key ) : void
key string
리턴 void

KokBul() 공개 메소드

public KokBul ( KelimeAgaci node, string key ) : KelimeAgaci
node KelimeAgaci
key string
리턴 KelimeAgaci

프로퍼티 상세

mean 공개적으로 프로퍼티

public string mean
리턴 string