[Mono-list] RE: Lamespec for System.Attribute?
Nick Drochak
ndrochak@gol.com
Tue, 14 Aug 2001 13:43:42 +0900
| What it seems to be trying to achieve is:
|
| 1. preliminary check that element is not null (throw
| ArgumentExceptionNull?)
| 2. preliminary check that attributeType is a valid type (throw
| ArgumentException?)
| 3. ....
<snip pseudo-code>
|
| Does that concur?
|
Yes, this is how I interpreted the docs as well. I was wondering if anyone
else would look at the docs and see the same weirdness that I did. It was
late when I was working on it, so I thought I just might be just mind numb.
I will mark it with LAMESPEC for now.
Thanks,
Nick