Using an attribute C# with Example



Using an attribute C# with Example

[StackDemo(Text = "Hello, World!")] 
public class MyClass 
{ 
[StackDemo("Hello, World!")] 
static void MyMethod() 
{ 
} 
} 

0 Comment's

Comment Form

Submit Comment