Newer
Older
DNA / corlib / System / Attribute.cs
@Chris Bacon Chris Bacon on 21 Jan 2012 83 bytes First commit
#if !LOCALTEST

namespace System {
	public abstract class Attribute {
	}
}

#endif