@script ExecuteInEditMode() in c#?

How do I use this statement in C#?

[ExecuteInEditMode]

Put it above the class you want to execute.

-Jeremy

nice, thanks man!