Click here to Skip to main content
Click here to Skip to main content

C# CodeDOM parser

By , 27 Jun 2002
 
cscodedomparser01.zip
CSParser
bin
Debug
Release
CodeTreeView
App.ico
bin
Debug
CodeTreeView.csproj.user
obj
Debug
temp
TempPE
CSParser.csproj.user
cs-parser.jay
CSParser.suo
cs-parser-modified.jay
jay
.cvsignore
ACKNOWLEDGEMENTS
ChangeLog
closure.o
conflict
CVS
Entries
Repository
Root
CVS
Entries
Entries.Log
Repository
Root
depend
error.o
jay.1
jay.exe
lalr.o
lr0.o
main.o
makefile
mkpar.o
NEW_FEATURES
NOTES
output.o
reader.o
README
README.jay
recover
CVS
Entries
Repository
Root
skeleton
symtab.o
verbose.o
warshall.o
NUnitTests
bin
Debug
Release
NUnitTests.csproj.user
obj
Debug
temp
TempPE
Release
temp
TempPE
TestFiles
obj
Debug
temp
TempPE
Release
temp
TempPE
testParser
bin
Debug
obj
Debug
temp
TempPE
testParser
App.ico
bin
Debug
Release
obj
Debug
temp
TempPE
Release
temp
TempPE
testParser.csproj.user

using System;
using System.Collections;
using System.Reflection;

[assembly: AssemblyTitle("XXX"), AssemblyName("YYYY")]

namespace testParser
{
	//using System.Xml.Serialization;
	
	[XmlRoot("Bla")]
    [XmlNameSpace("NS")]
	[PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")]
	[PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")]
	 public class Class2
	{
		
		 [OtherAttribute("bla", 1, true)]
		 string val1="bla";
		 
		 [SecAttribute(level=1, name="Jim")]
		 public Class2() {}
			
		[property: PropAttribute(true)]
		 public string prop 
		 {
			[GetterAttribute] 
			get { return "";}
		 }

		[WebServiceMethod] 
		public int methodA( 
			[FirstPar("xy"), Other]
			int i, 
			[SecondPar(2.1)]
			int j) {
		 return 0;
		 }

		[NewAttribute(true, "author", new DateTime("22.2.2002"))]
		public event EventHandler evt;

		[OneAttribute]
	    [SecondAttribute(true, false, x=1, y=2)]
		public object this[int i]
		 {
			 get {return null;}

		 }


	}

	
	

}



By viewing downloads associated with this article you agree to the Terms of use 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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Ivan Zderadièka
Czech Republic Czech Republic
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 28 Jun 2002
Article Copyright 2002 by Ivan Zderadièka
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid