A using clause must precede all other elements defined in the namespace except extern alias declarations error occurs when the using class is not defined at the beginning.
class PSample
{
}
}
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
No comments:
Post a Comment