C# 클래스 Nuve.Client.Experimental.Cache

파일 보기 프로젝트 열기: hrzafer/nuve

공개 메소드들

메소드 설명
Add ( string word, IList solutions ) : void
GetSize ( ) : int
TryAnalyze ( string word, IList &solutions ) : bool

메소드 상세

Add() 공개 정적인 메소드

public static Add ( string word, IList solutions ) : void
word string
solutions IList
리턴 void

GetSize() 공개 정적인 메소드

public static GetSize ( ) : int
리턴 int

TryAnalyze() 공개 정적인 메소드

public static TryAnalyze ( string word, IList &solutions ) : bool
word string
solutions IList
리턴 bool