Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C#

Robin Project - Not Only A Super Parser

Rate me:
Please Sign up or sign in to vote.
2.63/5 (12 votes)
17 Mar 2008CPOL16 min read 18K   229   17  
Robin implements ANN method into parser technology which ends the age of parser generators
<?xml version="1.0"?>
<doc>
<assembly>
<name>
RobinDefinition
</name>
</assembly>
<members>
<member name="P:Robin.My.Resources.Resources.ResourceManager">
	<summary>
  返回此类使用的缓存 ResourceManager 实例。
</summary>
</member><member name="P:Robin.My.Resources.Resources.Culture">
	<summary>
  为使用此强类型资源类的所有资源查找
  重写当前线程的 CurrentUICulture 属性。
</summary>
</member><member name="T:Robin.My.Resources.Resources">
	<summary>
  强类型资源类,用于查找本地化字符串等。
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NOC
China China
Please view my resume at

http://www.rentacoder.com/RentACoder/SoftwareCoders/showBioInfo.asp?lngAuthorId=1309793

Comments and Discussions