Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[System.Diagnostics.DebuggerStepThroughtAttributes()]public EchoServer(){ ...}[WebMethod]public string Echo(string ms){ }[STAThread]static void main(){}What are those [] block?I know its called attribute.. But, I havent find any article about it..I need to know syntax, architecture of it..I havent seen those from VB, Java...or other language..Please reply with explanation or any source links..Thank you all
[System.Diagnostics.DebuggerStepThroughtAttributes()]
public EchoServer(){
...
}
[WebMethod]
public string Echo(string ms){
[STAThread]
static void main(){
What are those [] block?
I know its called attribute.. But, I havent find any article about it..
I need to know syntax, architecture of it..
I havent seen those from VB, Java...or other language..
Please reply with explanation or any source links..
Thank you all