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.
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