goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
[System.Diagnostics.DebuggerStepThroughtAttributes()]
public EchoServer(){
...
}
[WebMethod]
public string Echo(string ms){
}
[STAThread]
static void main(){
}
What are those [] block?
I know it's called attribute.. But, I haven't find any article about it..
I need to know syntax, architecture of it..
I haven't seen those from VB, Java...or other language..
Please reply with explanation or any source links..
Thank you all
public EchoServer(){
...
}
[WebMethod]
public string Echo(string ms){
}
[STAThread]
static void main(){
}
What are those [] block?
I know it's called attribute.. But, I haven't find any article about it..
I need to know syntax, architecture of it..
I haven't seen those from VB, Java...or other language..
Please reply with explanation or any source links..
Thank you all