C# 클래스 OzCodeDemo.DemoClasses.StackOverflow.QuestionsAnalyzer

파일 보기 프로젝트 열기: oz-code/OzCodeDemo 1 사용 예제들

공개 메소드들

메소드 설명
FindQuestionsByTag ( string tagName ) : IEnumerable
GetMostUsedTag ( ) : string
HasQuestionsWithTag ( string tagName ) : bool
QuestionsAnalyzer ( Rootobject questions ) : System.Collections.Generic

메소드 상세

FindQuestionsByTag() 공개 메소드

public FindQuestionsByTag ( string tagName ) : IEnumerable
tagName string
리턴 IEnumerable

GetMostUsedTag() 공개 메소드

public GetMostUsedTag ( ) : string
리턴 string

HasQuestionsWithTag() 공개 메소드

public HasQuestionsWithTag ( string tagName ) : bool
tagName string
리턴 bool

QuestionsAnalyzer() 공개 메소드

public QuestionsAnalyzer ( Rootobject questions ) : System.Collections.Generic
questions Rootobject
리턴 System.Collections.Generic