C# Class AjaxControlToolkit.Reference.Core.Parsing.CommentParser

Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
ParseFile ( string lines, String typeFullName ) : IEnumerable

Private Methods

Method Description
GetCommentBlocks ( string lines ) : IEnumerable
IsCommentLine ( string line ) : bool

Method Details

ParseFile() public method

public ParseFile ( string lines, String typeFullName ) : IEnumerable
lines string
typeFullName String
return IEnumerable